public BookListController(LibrarySysWebContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ReadersListController(LibrarySysWebContext context)
 {
     _context = context;
 }