Beispiel #1
0
 public JobConverter(IJobDataProvider jobDataProvider, IJobServiceWrapper jobService, IJobInPeriodServiceWrapper jobInPeriodServiceWrapper, IEventPublisher publisher)
 {
     this.jobDataProvider           = jobDataProvider;
     this.jobService                = jobService;
     this.jobInPeriodServiceWrapper = jobInPeriodServiceWrapper;
     this.publisher = publisher;
 }
 public ModifyJobInPeriodService(IPeriodController periodController
                                 , IPMSController pmsController, IJobInPeriodServiceWrapper jobInPeriodService)
 {
     this.periodController   = periodController;
     this.pmsController      = pmsController;
     this.jobInPeriodService = jobInPeriodService;
 }
Beispiel #3
0
 public JobInPeriodListVM(IPeriodController periodController, IPMSController appController,
                          IJobInPeriodServiceWrapper jobInPeriodService, IPeriodServiceWrapper periodService)
 {
     this.appController      = appController;
     this.jobInPeriodService = jobInPeriodService;
     this.periodService      = periodService;
     this.periodController   = periodController;
     init();
 }
Beispiel #4
0
 public JobInPrdFieldsVM(IPMSController appController,
                         IJobInPeriodServiceWrapper jobInPeriodService,
                         IJobServiceWrapper jobService, IPeriodServiceWrapper periodService)
 {
     this.appController      = appController;
     this.jobInPeriodService = jobInPeriodService;
     this.jobService         = jobService;
     this.periodService      = periodService;
     DisplayName             = " مدیریت فیلدهای مرتبط با شغل ";
 }
Beispiel #5
0
 public JobIndexInPeriodVM(IJobIndexInPeriodServiceWrapper jobIndexInPeriodService,
                           IPMSController appController,
                           IPeriodMgtAppLocalizedResources periodMgtAppLocalizedResources,
                           IJobIndexServiceWrapper jobIndexService,
                           IJobInPeriodServiceWrapper jobInPeriodService)
 {
     this.jobIndexInPeriodService   = jobIndexInPeriodService;
     this.appController             = appController;
     this.jobIndexService           = jobIndexService;
     PeriodMgtAppLocalizedResources = periodMgtAppLocalizedResources;
     init();
 }
Beispiel #6
0
 public JobInPeriodJobIndicesVM(IPMSController appController,
                                IJobInPeriodServiceWrapper jobInPeriodService,
                                IJobServiceWrapper jobService, IPeriodServiceWrapper periodService,
                                IJobIndexInPeriodServiceWrapper jobIndexInPeriodService
                                )
 {
     this.appController           = appController;
     this.jobInPeriodService      = jobInPeriodService;
     this.jobService              = jobService;
     this.periodService           = periodService;
     this.jobIndexInPeriodService = jobIndexInPeriodService;
     DisplayName = " مدیریت شاخص های مرتبط با شغل ";
 }
Beispiel #7
0
 public JobInPeriodVM(IPMSController appController,
                      IPeriodController periodController,
                      IJobInPeriodServiceWrapper jobInPeriodService,
                      IJobServiceWrapper jobService,
                      ICustomFieldServiceWrapper customFieldService,
                      IPeriodServiceWrapper periodService
                      )
 {
     this.appController      = appController;
     this.periodController   = periodController;
     this.jobInPeriodService = jobInPeriodService;
     this.jobService         = jobService;
     this.customFieldService = customFieldService;
     this.periodService      = periodService;
     DisplayName             = "مدیریت شغل در دوره ";
 }
Beispiel #8
0
 public DeleteJobInPeriodService(IPMSController pmsController, IJobInPeriodServiceWrapper jobInPeriodService)
 {
     this.pmsController      = pmsController;
     this.jobInPeriodService = jobInPeriodService;
 }
Beispiel #9
0
 public JobConverter_Old(IJobDataProvider jobDataProvider, IJobServiceWrapper jobService, IJobInPeriodServiceWrapper JobInPeriodService, IPeriodServiceWrapper PeriodService)
 {
     this.jobDataProvider = jobDataProvider;
     this.jobService      = jobService;
     ProgressCount        = 0;
 }