Beispiel #1
0
 public PublishersController(Book_store_MVC_DbContext context)
 {
     _context = context;
 }
 public AuthorsController(Book_store_MVC_DbContext context)
 {
     _context = context;
 }