public AuthorController(CrudMvcAspNetCoreContext context)
 {
     _context = context;
 }
Пример #2
0
 public PublisherController(CrudMvcAspNetCoreContext context)
 {
     _context = context;
 }
 public BookController(CrudMvcAspNetCoreContext context)
 {
     _context = context;
 }