Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created May 31, 2024 17:00
Show Gist options
  • Save PCreations/bf14878853720f951309fd96c84837e7 to your computer and use it in GitHub Desktop.
Save PCreations/bf14878853720f951309fd96c84837e7 to your computer and use it in GitHub Desktop.
7dbd6ee4b353.diff
-1,5 +1,7 @@
+import { Injectable } from '@nestjs/common';
import { BookRepository } from './book-repository.port';
+@Injectable()
export class AddBookUseCase {
constructor(private readonly bookRepository: BookRepository) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment