public GoldenLineUIService( IUnitOfWork unitOfWork, ISystemProjectRepository projectRepository, ISystemFunctionPlantRepository functionPlantRepository, IGL_ShiftTimeRepository shitTimeRepository, IGL_LineRepository lineRepository, IGL_StationRepository stationRepository, IGL_BuildPlanRepository buildPlanRepository, IGL_RestRepository gL_RestRepository, IGL_LineShiftResposibleUserRepository lineShiftResposibleUserRepository) { _unitOfWork = unitOfWork; _projectRepository = projectRepository; _funPlantRepository = functionPlantRepository; _shiftTimeRepository = shitTimeRepository; _lineRepository = lineRepository; GL_RestRepository = gL_RestRepository; _stationRepository = stationRepository; _buildPlanRepository = buildPlanRepository; _lineShiftResposibleUserRepository = lineShiftResposibleUserRepository; }
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; }
public GL_StationService(IGL_StationRepository stationRepository) : base(stationRepository) { this.stationRepository = stationRepository; }