public ProductsController(WebBanhNgotContext context) { _context = context; }
public BillsController(WebBanhNgotContext context) { _context = context; }
public PhotosController(WebBanhNgotContext context) { _context = context; }
public CheckoutController(WebBanhNgotContext context) { _context = context; }
public UsersController(WebBanhNgotContext context) { _context = context; }
public CategoriesController(WebBanhNgotContext context) { _context = context; }
public CustomersController(WebBanhNgotContext context) { _context = context; }