예제 #1
0
 public ProductController(Repository.IProductRepository repository)
 {
     this._repository = repository;
 }
 public ConfigureProductsController(Repository.IProductRepository repository)
 {
     this._productDataBaseRepository = repository;
 }