Exemple #1
0
 public LogVM(IPMSController appController, ILogServiceWrapper logService)
 {
     this.appController = appController;
     this.logService    = logService;
     Log         = new LogDTO();
     DisplayName = "لاگ ثبت شده";
 }
Exemple #2
0
 public EmailInVM(IUserServiceWrapper userService,
                  IPMSController appController)
 {
     this.userService   = userService;
     this.appController = appController;
     init();
 }
Exemple #3
0
 public ModifyUserGroupService(IBasicInfoController basicInfoController
                               , IPMSController pmsController, IUserServiceWrapper userService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.userService         = userService;
 }
 public ModifyUnitIndexService(IBasicInfoController basicInfoController
                               , IPMSController pmsController, IUnitIndexServiceWrapper unitIndexService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.unitIndexService    = unitIndexService;
 }
 public ManageUnitCustomFieldsService(IBasicInfoController basicInfoController
                                      , IPMSController pmsController, IUnitServiceWrapper unitService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.unitService         = unitService;
 }
Exemple #6
0
 public UnitInPeriodVM(IPMSController appController, IPeriodServiceWrapper periodService)
 {
     this.appController = appController;
     this.periodService = periodService;
     //Period = new PeriodDto();
     DisplayName = "دوره ";
 }
Exemple #7
0
 public ShowPeriodCalculationService(IPeriodController periodController,
                                     ICalculationServiceWrapper calculationService, IPMSController pmsController)
 {
     this.periodController   = periodController;
     this.calculationService = calculationService;
     this.pmsController      = pmsController;
 }
Exemple #8
0
 public ModifyUnitIndexGroupInPeriodService(IPeriodController periodController
                                            , IPMSController pmsController, IUnitIndexInPeriodServiceWrapper unitIndexService)
 {
     this.periodController = periodController;
     this.pmsController    = pmsController;
     this.unitIndexService = unitIndexService;
 }
Exemple #9
0
 public IndexInPrdFieldVM(IPMSController appController)
 {
     this.appController = appController;
     //this.indexInPeriodService = indexInPeriodService;
     //  IndexInPeriod = new IndexInPeriod();
     DisplayName = " مدیریت فیلدهای مرتبط با شاخص ";
 }
Exemple #10
0
 public InquirySubjectInquirersViewModel(IJobPositionInPeriodServiceWrapper jobPositionInPeriodService, IPMSController appController
                                         , IEmployeeServiceWrapper employeeService)
 {
     this.jobPositionInPeriodService = jobPositionInPeriodService;
     this.appController   = appController;
     this.employeeService = employeeService;
 }
 public ModifyJobPositionService(IBasicInfoController basicInfoController
                                 , IPMSController pmsController, IJobPositionServiceWrapper jobPositionService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.jobPositionService  = jobPositionService;
 }
Exemple #12
0
 public ManageWorkListUsersVM(IPMSController appController,
                              IUserServiceWrapper userService)
 {
     this.appController = appController;
     this.userService   = userService;
     init();
 }
Exemple #13
0
 public JobIndexCategoryVM(IPMSController appController, IJobIndexServiceWrapper jobIndexCategoryService)
 {
     this.appController           = appController;
     this.jobIndexCategoryService = jobIndexCategoryService;
     JobIndexCategory             = new JobIndexCategoryDTO();
     DisplayName = "دسته شاخص ";
 }
Exemple #14
0
 public UnitIndexCategoryVM(IPMSController appController, IUnitIndexServiceWrapper unitIndexCategoryService)
 {
     this.appController            = appController;
     this.unitIndexCategoryService = unitIndexCategoryService;
     UnitIndexCategory             = new UnitIndexCategoryDTO();
     DisplayName = "دسته شاخص ";
 }
Exemple #15
0
 public ChangePasswordVM(IUserServiceWrapper userService,
                         IPMSController appController)
 {
     this.userService   = userService;
     this.appController = appController;
     init();
 }
 public ModifyJobInPeriodService(IPeriodController periodController
                                 , IPMSController pmsController, IJobInPeriodServiceWrapper jobInPeriodService)
 {
     this.periodController   = periodController;
     this.pmsController      = pmsController;
     this.jobInPeriodService = jobInPeriodService;
 }
 public SettingPermittedUserToMyTasksService(IPMSController pmsController, IMyTasksServiceWrapper myTasksService,
                                             IPeriodController periodController)
 {
     this.pmsController    = pmsController;
     this.myTasksService   = myTasksService;
     this.periodController = periodController;
 }
Exemple #18
0
 public ModifyJobIndexCategoryService(IBasicInfoController basicInfoController
                                      , IPMSController pmsController, IJobIndexServiceWrapper jobIndexCategoryService)
 {
     this.basicInfoController     = basicInfoController;
     this.pmsController           = pmsController;
     this.jobIndexCategoryService = jobIndexCategoryService;
 }
 public ModifyUnitInPeriodService(IPeriodController periodController
                                  , IPMSController pmsController, IUnitInPeriodServiceWrapper UnitInPeriodService)
 {
     this.periodController    = periodController;
     this.pmsController       = pmsController;
     this.UnitInPeriodService = UnitInPeriodService;
 }
 public InquirySubjectInquirersUnitViewModel(IUnitInPeriodServiceWrapper unitInPeriodServiceWrapper, IPMSController appController
                                             , IEmployeeServiceWrapper employeeService)
 {
     this._unitInPeriodServiceWrapper = unitInPeriodServiceWrapper;
     this.appController   = appController;
     this.employeeService = employeeService;
 }
 public ModifyPeriodCalculationService(IPeriodController periodController
                                       , IPMSController pmsController, ICalculationServiceWrapper calculationService)
 {
     this.periodController   = periodController;
     this.pmsController      = pmsController;
     this.calculationService = calculationService;
 }
 public ModifyFunctionService(IBasicInfoController basicInfoController
                              , IPMSController pmsController, IFunctionServiceWrapper functionService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.functionService     = functionService;
 }
Exemple #23
0
 public ShowLogService(IBasicInfoController basicInfoController
                       , IPMSController pmsController, ILogServiceWrapper logService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.logService          = logService;
 }
Exemple #24
0
 public ManageJobCustomFieldsService(IBasicInfoController basicInfoController
                                     , IPMSController pmsController, IJobServiceWrapper jobService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.jobService          = jobService;
 }
 public ModifyCustomFieldService(IBasicInfoController basicInfoController
                                 , IPMSController pmsController, ICustomFieldServiceWrapper customFieldService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.customFieldService  = customFieldService;
 }
 public ManageInquiryUnitFormService(IPeriodController periodController,
                                     IPMSController pmsController, IUnitInquiryServiceWrapper inquiryService)
 {
     this.periodController = periodController;
     this.pmsController    = pmsController;
     this.inquiryService   = inquiryService;
 }
Exemple #27
0
 public JobPositionVM(IPMSController appController, IJobPositionServiceWrapper jobPositionService)
 {
     this.appController      = appController;
     this.jobPositionService = jobPositionService;
     JobPosition             = new JobPositionDTO();
     DisplayName             = "پست سازمانی ";
 }
Exemple #28
0
 public FunctionVM(IPMSController appController, IFunctionServiceWrapper functionService, IBasicInfoAppLocalizedResources basicInfoAppLocalizedResources)
 {
     this.appController             = appController;
     this.functionService           = functionService;
     BasicInfoAppLocalizedResources = basicInfoAppLocalizedResources;
     init();
 }
Exemple #29
0
 public RuleTrailVM(IPMSController appController, IRuleServiceWrapper ruleService, IBasicInfoAppLocalizedResources basicInfoAppLocalizedResources)
 {
     init();
     this.appController             = appController;
     this.ruleService               = ruleService;
     BasicInfoAppLocalizedResources = basicInfoAppLocalizedResources;
     DisplayName = BasicInfoAppLocalizedResources.RuleViewTitle;
 }
Exemple #30
0
 public ModifyRuleService(IBasicInfoController basicInfoController
                          , IPMSController pmsController
                          , IRuleServiceWrapper ruleService)
 {
     this.basicInfoController = basicInfoController;
     this.pmsController       = pmsController;
     this.ruleService         = ruleService;
 }