Пример #1
0
 public ProductRepository()
 {
     this._context = new ProductManagement();
 }
Пример #2
0
 public CustomerRepository()
 {
     this._context = new ProductManagement();
 }