Exemple #1
0
 public BooksController(CetStoreContext context)
 {
     cetStoreContext = context;
 }
 public CategoriesController(CetStoreContext context)
 {
     _context = context;
 }