Пример #1
0
 public IncentiveController(IMasterService masterService, IIncentiveService incentiveService, IDealerManpowerService manpowerService)
 {
     this.masterService = masterService;
     this.incentiveService = incentiveService;
     this.manpowerService = manpowerService;
     if (System.Web.HttpContext.Current.Session["BreadcrumbList"] == null) {
         System.Web.HttpContext.Current.Session["BreadcrumbList"] = new List<BreadcrumbModel>();
     }
 }
Пример #2
0
 public MasterController(IMasterService masterService, ICompetencyProfileMapService competencyProfileMapService, ITrainingProfileMapService trainingProfileMapService, IDealerManpowerService dealerManpowerService, IUserService userService, IUserDealerMapService userDealerMapService)
 {
     this.masterService = masterService;
     this.competencyProfileMapService = competencyProfileMapService;
     this.trainingProfileMapService = trainingProfileMapService;
     this.dealerManpowerService = dealerManpowerService;
     this.userService = userService;
     this.userDealerMapService = userDealerMapService;
 }
Пример #3
0
 public UserController(IUserService userService, IUserDealerMapService userDealerMapService, IDealerManpowerTargetService manpowerTargetService, IDealerManpowerService manpowerService, IMasterService masterService, ITargetService targetService)
 {
     this.userService = userService;
     this.userDealerMapService = userDealerMapService;
     this.manpowerTargetService = manpowerTargetService;
     this.manpowerService = manpowerService;
     this.masterService = masterService;
     this.targetService = targetService;
     if (System.Web.HttpContext.Current.Session["BreadcrumbList"] == null) {
         System.Web.HttpContext.Current.Session["BreadcrumbList"] = new List<BreadcrumbModel>();
     }
 }
Пример #4
0
 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;
 }
Пример #5
0
 public UserController(IUserService userService, IUserDealerMapService userDealerMapService, IDealerManpowerTargetService manpowerTargetService, IDealerManpowerService manpowerService, IMasterService masterService, ITargetService targetService, IProfileService profileService, ICompetencyProfileMapService competencyProfileMapService)
 {
     _userService = userService;
     _userDealerMapService = userDealerMapService;
     _manpowerTargetService = manpowerTargetService;
     _manpowerService = manpowerService;
     _masterService = masterService;
     _targetService = targetService;
     _profileService = profileService;
     _competencyProfileMapService = competencyProfileMapService;
     if (System.Web.HttpContext.Current.Session["BreadcrumbList"] == null)
     {
         System.Web.HttpContext.Current.Session["BreadcrumbList"] = new List<BreadcrumbModel>();
     }
 }
Пример #6
0
 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;
 }
Пример #7
0
 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>();
     }
 }