コード例 #1
0
ファイル: FileController.cs プロジェクト: akhilrex/DMP_New
 public FileController(IUserService userService, IUserDealerMapService userDealerMapServiceService,
                       IMasterService masterService, IRetailService retailService)
 {
     this._userService = userService;
     _userDealerMapServiceService = userDealerMapServiceService;
     _masterService = masterService;
     _retailService = retailService;
 }
コード例 #2
0
ファイル: MasterController.cs プロジェクト: gchamoli/DMP
 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
ファイル: HomeController.cs プロジェクト: gchamoli/DMP
 public HomeController(IMasterService masterService, IUserService userService, IUserDealerMapService userDealerMapService)
 {
     this.masterService = masterService;
     this.userService = userService;
     this.userDealerMapService = userDealerMapService;
     if (System.Web.HttpContext.Current.Session["BreadcrumbList"] == null) {
         System.Web.HttpContext.Current.Session["BreadcrumbList"] = new List<BreadcrumbModel>();
     }
 }
コード例 #4
0
ファイル: UserController.cs プロジェクト: gchamoli/DMP
 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>();
     }
 }
コード例 #5
0
ファイル: ReportController.cs プロジェクト: akhilrex/DMP_New
 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;
 }
コード例 #6
0
ファイル: UserController.cs プロジェクト: akhilrex/DMP_New
 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>();
     }
 }
コード例 #7
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;
 }
コード例 #8
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>();
     }
 }