Exemple #1
0
 public Category3Controller(ICategory3Service Category3Service, ICategory2Service Category2Service)
 {
     this._Category3Service = Category3Service;
     this._Category2Service = Category2Service;
 }
 public ProductController(IProductService ProductService, ICategory3Service Category3Service)
 {
     this._ProductService   = ProductService;
     this._Category3Service = Category3Service;
 }