Beispiel #1
0
 public Handler(AppDbContext context, ILibraryBookService bookService)
 {
     _context     = context;
     _bookService = bookService;
 }
 public LibraryController(ILibraryBookService libraryService)
 {
     _libraryService = libraryService;
 }