Exemplo n.º 1
0
 public BooksController(MvcLibraryContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public LibrariansController(MvcLibraryContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public BorrowingsController(MvcLibraryContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public PublishingCompaniesController(MvcLibraryContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public BorrowDetailsController(MvcLibraryContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public GenresController(MvcLibraryContext context)
 {
     _context = context;
 }