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