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