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