public ProductsController(WebBanhNgotContext context)
 {
     _context = context;
 }
예제 #2
0
 public BillsController(WebBanhNgotContext context)
 {
     _context = context;
 }
 public PhotosController(WebBanhNgotContext context)
 {
     _context = context;
 }
 public CheckoutController(WebBanhNgotContext context)
 {
     _context = context;
 }
예제 #5
0
 public UsersController(WebBanhNgotContext context)
 {
     _context = context;
 }
 public CategoriesController(WebBanhNgotContext context)
 {
     _context = context;
 }
 public CustomersController(WebBanhNgotContext context)
 {
     _context = context;
 }