Exemplo n.º 1
0
 public BooksController(CetStoreContext context)
 {
     cetStoreContext = context;
 }
Exemplo n.º 2
0
 public CategoriesController(CetStoreContext context)
 {
     _context = context;
 }