Esempio n. 1
0
 public IndustryController(ICrmIndustryService industryService)
 {
     _industryService = industryService;
 }
 public OrganizationHelperController(ICrmIndustryService crmIndustryService,
                                     ICrmEmployeeService crmEmployeeService)
 {
     _crmIndustryService = crmIndustryService;
     _crmEmployeeService = crmEmployeeService;
 }