示例#1
0
 public ProductService(IDataStoreFactory factory)
 {
     this._productRepository = factory.CreateProductStore();
 }