Ejemplo n.º 1
0
 public LendingRecordsController(Library_SystemDatabaseContext context)
 {
     _context = context;
 }
 public BooksController(Library_SystemDatabaseContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public MembersController(Library_SystemDatabaseContext context)
 {
     _context = context;
 }