public AuthorController(CrudMvcAspNetCoreContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PublisherController(CrudMvcAspNetCoreContext context)
 {
     _context = context;
 }
 public BookController(CrudMvcAspNetCoreContext context)
 {
     _context = context;
 }