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