public ProductService(ProductRepositoryFactory factory)
 {
     this.repository = factory.Create();
 }
Esempio n. 2
0
 public ProductService(ProductRepositoryFactory factory)
 {
     this.repository = factory.Create();
 }