Exemple #1
0
 public BlanketAgreementController(BlanketAgreementService service, BlanketAgreementItemService detailService, ICategoryService ts, ICategoryItemService itemService)
 {
     this.service         = service;
     this.categoryService = ts;
     this.itemService     = itemService;
     this.detailService   = detailService;
 }