Exemplo n.º 1
0
 public GoldenLineController(IGoldenLineService goldenLineService,
                             IGoldenLineUIService _goldenLineService,
                             IGL_GoldenStationCTRecordService gL_GoldenStationCTRecordService,
                             IGL_ShiftTimeService shiftTimeService,
                             IGL_LineShiftPerfService lineShiftPerf,
                             IGL_WIPHourOutputService WIPHourOutputService,
                             ISystem_ProjectService projectService,
                             IGL_GroupLineService gL_GroupLineService,
                             IGL_Service gL_Service)
 {
     this.goldenLineService  = goldenLineService;
     this._goldenLineService = _goldenLineService;
     this.gL_GoldenStationCTRecordService = gL_GoldenStationCTRecordService;
     this.shiftTimeService     = shiftTimeService;
     this.lineShiftPerf        = lineShiftPerf;
     this.WIPHourOutputService = WIPHourOutputService;
     this.projectService       = projectService;
     this.gL_GroupLineService  = gL_GroupLineService;
     this.gL_Service           = gL_Service;
 }
 public TaskSyncLineShiftPerfLastShift(IGL_LineShiftPerfService lineShiftPerfService)
 {
     this.lineShiftPerfService = lineShiftPerfService;
 }
Exemplo n.º 3
0
 public TaskManagerController(IExceptionService exceptionService, IGL_LineShiftPerfService glLineService, IOEE_Service OEE_Service)
 {
     this.exceptionService = exceptionService;
     this.glLineService    = glLineService;
     _OEE_Service          = OEE_Service;
 }