public ProductRepository()
 {
     db = new NWContext();
 }
Esempio n. 2
0
 public CustomerRepository()
 {
     db = new NWContext();
 }
Esempio n. 3
0
 public CartRepository()
 {
     db = new NWContext();
 }
Esempio n. 4
0
 public CategoryRepository()
 {
     db = new NWContext();
 }
Esempio n. 5
0
 public EmployeeRepository()
 {
     db = new NWContext();
 }