public PublishersController(MVCBooksContext context) { _context = context; }
public BooksController(MVCBooksContext context) { _context = context; }
public AuthorsController(MVCBooksContext context) { _context = context; }
public CategoriesController(MVCBooksContext context) { _context = context; }