示例#1
0
 public ProductService(ICRUDRepository <Product> productRepository, MNBService mnbService)
 {
     this.productRepository = productRepository;
     this.mnbService        = mnbService;
 }