Esempio n. 1
0
 public GL_WIPHourOutputService(
     IGL_WIPHourOutputRepository GL_WIPHourOutputRepository,
     IGoldenLineRepository GoldenLineRepository,
     IGL_LineShiftPerfRepository GL_LineShiftPerfRepository,
     IGL_BuildPlanRepository GL_BuildPlanRepository,
     IGL_ShiftTimeRepository GL_ShiftTimeRepository,
     IUnitOfWork unitOfWork)
 {
     this.GL_WIPHourOutputRepository = GL_WIPHourOutputRepository;
     this.GoldenLineRepository       = GoldenLineRepository;
     this.GL_LineShiftPerfRepository = GL_LineShiftPerfRepository;
     this.GL_BuildPlanRepository     = GL_BuildPlanRepository;
     this.GL_ShiftTimeRepository     = GL_ShiftTimeRepository;
     this.unitOfWork = unitOfWork;
 }
Esempio n. 2
0
 public OEE_SyncService(
     IOEE_EveryDayMachineRepository OEE_OutputRepository,
     IGL_WIPHourOutputRepository GL_WIPHourOutputRepository,
     IOEE_MachineDailyDownRecordRepository OEE_MachineDailyDownRecordRepository,
     IOEE_DefectCodeDailyNumDTORepository OEE_DefectCodeDailyNumDTORepository,
     IOEE_EveryDayDFcodeMissingRepository OEE_EveryDayDFcodeMissingRepository,
     IOEE_EveryDayMachineDTCodeRepository OEE_EveryDayMachineDTCodeRepository,
     IOEE_MachineStatusRepository Oee_MachineStatusRepository,
     IUnitOfWork unitOfWork)
 {
     this.OEE_OutputRepository = OEE_OutputRepository;
     this.OEE_MachineDailyDownRecordRepository = OEE_MachineDailyDownRecordRepository;
     this.GL_WIPHourOutputRepository           = GL_WIPHourOutputRepository;
     this.OEE_DefectCodeDailyNumDTORepository  = OEE_DefectCodeDailyNumDTORepository;
     this.OEE_EveryDayDFcodeMissingRepository  = OEE_EveryDayDFcodeMissingRepository;
     this.OEE_EveryDayMachineDTCodeRepository  = OEE_EveryDayMachineDTCodeRepository;
     this.Oee_MachineStatusRepository          = Oee_MachineStatusRepository;
     this.unitOfWork = unitOfWork;
 }
Esempio n. 3
0
 public IPQCQualityService(
     IUnitOfWork unitOfWork,
     IIPQCQUalityReportRepository IPQCQUalityReportRepository,
     IGL_QADetectionPointRepository gL_QADetectionPointRepository,
     IGL_ShiftTimeRepository GL_ShiftTimeRepository,
     IGL_StationRepository _stationRepository,
     IGL_QATargetYieldRepository gL_QATargetYieldRepository,
     IIPQCQualityDetialRepository IPQCQualityDetialRepository,
     IGL_GoldenStationCTRecordRepository gL_GoldenStationCTRecordRepository,
     IGL_WIPHourOutputRepository gL_WIPHourOutputRepository
     )
 {
     this.unitOfWork = unitOfWork;
     this.IPQCQUalityReportRepository        = IPQCQUalityReportRepository;
     this.gL_QADetectionPointRepository      = gL_QADetectionPointRepository;
     this.GL_ShiftTimeRepository             = GL_ShiftTimeRepository;
     this._stationRepository                 = _stationRepository;
     this.gL_QATargetYieldRepository         = gL_QATargetYieldRepository;
     this._IPQCQualityDetialRepository       = IPQCQualityDetialRepository;
     this.gL_GoldenStationCTRecordRepository = gL_GoldenStationCTRecordRepository;
     this.gL_WIPHourOutputRepository         = gL_WIPHourOutputRepository;
 }