public ReportController(IDealerManpowerService manpowerService, IUserService userService, IProfileService profileService, IMasterService masterService, ICompetencyProfileMapService competencyProfileMapService, ITrainingProfileMapService trainingProfileMapService, IAttritionProfileMapService attritionProfileMapService, IDealerManpowerTargetService manpowerTargetService, IUserDealerMapService userDealerMapServiceService, ITargetService targetService, IManpowerSalaryService salaryService, IDealerManpowerService dealerManpowerService, IDsmDseTargetMapService dsmDseTargetMapService, IUserRegionStateService regionStateService) { _manpowerService = manpowerService; _userService = userService; _profileService = profileService; _masterService = masterService; _competencyProfileMapService = competencyProfileMapService; _trainingProfileMapService = trainingProfileMapService; _manpowerTargetService = manpowerTargetService; _userDealerMapServiceService = userDealerMapServiceService; _targetService = targetService; _dealerManpowerService = dealerManpowerService; _regionStateService = regionStateService; }
public ValidationController(IDealerManpowerService manpowerService, IUserService userService, IProfileService profileService, IMasterService masterService, ICompetencyProfileMapService competencyProfileMapService, ITrainingProfileMapService trainingProfileMapService, IAttritionProfileMapService attritionProfileMapService, IDealerManpowerTargetService manpowerTargetService, IUserDealerMapService userDealerMapServiceService, ITargetService targetService, IManpowerSalaryService salaryService, IDealerManpowerService dealerManpowerService, IDsmDseTargetMapService dsmDseTargetMapService) { this.manpowerService = manpowerService; this.userService = userService; this.profileService = profileService; this.masterService = masterService; this.competencyProfileMapService = competencyProfileMapService; this.trainingProfileMapService = trainingProfileMapService; this.attritionProfileMapService = attritionProfileMapService; this.manpowerTargetService = manpowerTargetService; this.userDealerMapServiceService = userDealerMapServiceService; this.targetService = targetService; this.salaryService = salaryService; this.dealerManpowerService = dealerManpowerService; this.dsmDseTargetMapService = dsmDseTargetMapService; }
public DealerController(IDealerManpowerService manpowerService, IUserService userService, IProfileService profileService, IMasterService masterService, ICompetencyProfileMapService competencyProfileMapService, ITrainingProfileMapService trainingProfileMapService, IAttritionProfileMapService attritionProfileMapService, IDealerManpowerTargetService manpowerTargetService, IUserDealerMapService userDealerMapServiceService, ITargetService targetService, IManpowerSalaryService salaryService, IDealerManpowerService dealerManpowerService, IDsmDseTargetMapService dsmDseTargetMapService) { this.manpowerService = manpowerService; this.userService = userService; this.profileService = profileService; this.masterService = masterService; this.competencyProfileMapService = competencyProfileMapService; this.trainingProfileMapService = trainingProfileMapService; this.attritionProfileMapService = attritionProfileMapService; this.manpowerTargetService = manpowerTargetService; this.userDealerMapServiceService = userDealerMapServiceService; this.targetService = targetService; this.salaryService = salaryService; this.dealerManpowerService = dealerManpowerService; this.dsmDseTargetMapService = dsmDseTargetMapService; if (System.Web.HttpContext.Current.Session["BreadcrumbList"] == null) { System.Web.HttpContext.Current.Session["BreadcrumbList"] = new List<BreadcrumbModel>(); } }