Exemplo n.º 1
0
 public CustomersController(StoreIT context)
 {
     _context = context;
 }
 public BillsController(StoreIT context)
 {
     _context = context;
 }
 public OrdersController(StoreIT context)
 {
     _context = context;
 }
 public LaptopsController(StoreIT context)
 {
     _context = context;
 }