Пример #1
0
 public UploadAHCService(IWFMPCPContext context, IStagingWeeklyDatapointService stagingWeeklyDatapointService,
                         IAssumptionHeadcountService ahcService)
 {
     this._context = context;
     this._stagingWeeklyDatapointService = stagingWeeklyDatapointService;
     this._achService = ahcService;
 }
Пример #2
0
 public UploaderV2Service()
 {
     this._context = new WFMPCPContext();
     this._stagingWeeklyDatapointService = new StagingWeeklyDatapointService(new WFMPCPContext());
     this._achService = new AssumptionHeadcountService(new WFMPCPContext());
     //this._exr = new ExcelReader();
 }
Пример #3
0
 public HiringDatapointService(IWFMPCPContext context)
 {
     this._context = context;
 }
Пример #4
0
 public AssumptionHeadcountService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public ModuleService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public ModuleRolePermissionService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public WeeklyDatapointService(IWFMPCPContext context)
 {
     this._context = context;
 }
Пример #8
0
 public HiringOutlookService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public ActiveDirectoryService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public UserRoleService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public DynamicFormulaService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public StaffDatapointService(IWFMPCPContext context)
 {
     this._context = context;
 }
Пример #13
0
 public SiteService(IWFMPCPContext context)
 {
     this._context = context;
 }
Пример #14
0
 public AuditTrailService(IWFMPCPContext context)
 {
     this._context = context;
 }
Пример #15
0
 public SegmentService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public PermissionService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public SiteCampaignService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public ExcessDeficitService(IWFMPCPContext context)
 {
     this._context = context;
 }
Пример #19
0
 public LoBService(IWFMPCPContext context)
 {
     this._context = context;
 }
 public SiteCampaignLoBFormulaService(IWFMPCPContext context)
 {
     this._context = context;
 }