Esempio n. 1
0
 public ProductMasterController(IProductMasterRepository productMasterRepository)
 {
     _productMasterRepository = productMasterRepository;
 }
Esempio n. 2
0
 public ProductController(IProductMasterRepository repository)
 {
     this.productRepository = repository;
 }