Ejemplo n.º 1
0
 public ProductRepository()
 {
     this._context = new ProductManagement();
 }
Ejemplo n.º 2
0
 public CustomerRepository()
 {
     this._context = new ProductManagement();
 }