示例#1
0
 public ProductMasterController(IProductMasterRepository productMasterRepository)
 {
     _productMasterRepository = productMasterRepository;
 }
示例#2
0
 public ProductController(IProductMasterRepository repository)
 {
     this.productRepository = repository;
 }