Example #1
0
 public FlowChartPlanService(
     IFlowChartMasterRepository flowChartMasterRepository,
     IFlowChartDetailRepository flowChartDetailRepository,
     IFlowChartMgDataRepository flowChartMgDataRepository,
     IFlowChartIEMgDataRepository flowChartIEMgDataRepository,
     ISystemBUDRepository systemBUDRepository,
     ISystemProjectRepository systemProjectRepository,
     ISystemFunctionPlantRepository systemFunctionPlantRepository,
     ISystemUserRepository systemUserRepository,
     ISystemUserRoleRepository systemUserRoleRepository,
     IFlowChartPCMHRelationshipRepository flowChartPCMHRelationshipRepository,
     ISystemRoleRepository systemRoleRepository,
     ISystemUserOrgRepository systemUserOrgRepository,
     IProjectUsersGroupRepository projectUsersGroupRepository,
     ISystemOrgRepository systemOrgRepository,
     ISystemOrgBomRepository systemOrgBomRepository,
     IUnitOfWork unitOfWork)
 {
     this.systemRoleRepository                = systemRoleRepository;
     this.unitOfWork                          = unitOfWork;
     this.flowChartMasterRepository           = flowChartMasterRepository;
     this.flowChartDetailRepository           = flowChartDetailRepository;
     this.flowChartMgDataRepository           = flowChartMgDataRepository;
     this.flowChartIEMgDataRepository         = flowChartIEMgDataRepository;
     this.systemProjectRepository             = systemProjectRepository;
     this.systemBUDRepository                 = systemBUDRepository;
     this.systemFunctionPlantRepository       = systemFunctionPlantRepository;
     this.systemUserRepository                = systemUserRepository;
     this.systemUserRoleRepository            = systemUserRoleRepository;
     this.flowChartPCMHRelationshipRepository = flowChartPCMHRelationshipRepository;
     this.systemUserOrgRepository             = systemUserOrgRepository;
     this.projectUsersGroupRepository         = projectUsersGroupRepository;
     this.systemOrgRepository                 = systemOrgRepository;
     this.systemOrgBomRepository              = systemOrgBomRepository;
 }
Example #2
0
 public FlowChartMasterService(
     IFlowChartMasterRepository flowChartMasterRepository,
     IFlowChartDetailRepository flowChartDetailRepository,
     IFlowChartMgDataRepository flowChartMgDataRepository,
     ISystemBUDRepository systemBUDRepository,
     ISystemProjectRepository systemProjectRepository,
     ISystemFunctionPlantRepository systemFunctionPlantRepository,
     ISystemUserRepository systemUserRepository,
     ISystemUserRoleRepository systemUserRoleRepository,
     IFlowChartPCMHRelationshipRepository flowChartPCMHRelationshipRepository,
     ISystemRoleRepository systemRoleRepository,
     ISystemUserOrgRepository systemUserOrgRepository,
     IProjectUsersGroupRepository projectUsersGroupRepository,
     ISystemOrgRepository systemOrgRepository,
     ISystemOrgBomRepository systemOrgBomRepository,
     IQualityAssuranceMgDataRepository qualityAssuranceMgDataRepository,
     IQualityAssuranceInputMasterRepository qualityAssuranceInputMasterRepository,
     IQualityAssurance_OQC_InputMasterRepository oQC_InputMasterRepository,
     IQualityAssuranceInputMasterHistoryRepository qualityAssuranceInputMasterHistoryRepository,
     IOQCInputMasterHistoryRepository oQCInputMasterHistoryRepository,
     IExceptionTypeWithFlowchartRepository exceptionTypeWithFlowchartRepository,
     IUnitOfWork unitOfWork)
 {
     this.systemRoleRepository                         = systemRoleRepository;
     this.unitOfWork                                   = unitOfWork;
     this.flowChartMasterRepository                    = flowChartMasterRepository;
     this.flowChartDetailRepository                    = flowChartDetailRepository;
     this.flowChartMgDataRepository                    = flowChartMgDataRepository;
     this.systemProjectRepository                      = systemProjectRepository;
     this.systemBUDRepository                          = systemBUDRepository;
     this.systemFunctionPlantRepository                = systemFunctionPlantRepository;
     this.systemUserRepository                         = systemUserRepository;
     this.systemUserRoleRepository                     = systemUserRoleRepository;
     this.flowChartPCMHRelationshipRepository          = flowChartPCMHRelationshipRepository;
     this.systemUserOrgRepository                      = systemUserOrgRepository;
     this.projectUsersGroupRepository                  = projectUsersGroupRepository;
     this.systemOrgRepository                          = systemOrgRepository;
     this.systemOrgBomRepository                       = systemOrgBomRepository;
     this.qualityAssuranceMgDataRepository             = qualityAssuranceMgDataRepository;
     this.qualityAssuranceInputMasterRepository        = qualityAssuranceInputMasterRepository;
     this.oQC_InputMasterRepository                    = oQC_InputMasterRepository;
     this.qualityAssuranceInputMasterHistoryRepository = qualityAssuranceInputMasterHistoryRepository;
     this.oQCInputMasterHistoryRepository              = oQCInputMasterHistoryRepository;
     this.exceptionTypeWithFlowchartRepository         = exceptionTypeWithFlowchartRepository;
 }
Example #3
0
 public MaterialManageService(//IMaterialApplyRepository materialApplyRepository,
     IMaterialInfoRepository materialInfoRepository,
     ISystemUserRepository systemUserRepository,
     IEquipmentInfoRepository equipmentInfoRepository, IUnitOfWork unitOfWork,
     IEnumerationRepository enumerationRepository, IEQP_PowerOnRepository eqp_PowerOnRepository, IEQP_MaterialRepository eqp_MaterialRepository, IEQP_TypeRepository eqp_TypeRepository, ISystemFunctionPlantRepository systemFunctionPlantRepository, ISystemOrgBomRepository systemOrgBomRepository, IEQPForecastPowerOnRepository eQPForecastPowerOnRepository, ISystemOrgRepository systemOrgRepository)
 {
     // this.materialApplyRepository = materialApplyRepository;
     this.materialInfoRepository  = materialInfoRepository;
     this.systemUserRepository    = systemUserRepository;
     this.equipmentInfoRepository = equipmentInfoRepository;
     this.unitOfWork                    = unitOfWork;
     this.enumerationRepository         = enumerationRepository;
     this.eqp_PowerOnRepository         = eqp_PowerOnRepository;
     this.eqp_MaterialRepository        = eqp_MaterialRepository;
     this.eqp_TypeRepository            = eqp_TypeRepository;
     this.systemFunctionPlantRepository = systemFunctionPlantRepository;
     this.systemOrgBomRepository        = systemOrgBomRepository;
     this.eQPForecastPowerOnRepository  = eQPForecastPowerOnRepository;
     this.systemOrgRepository           = systemOrgRepository;
 }
Example #4
0
 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;
 }
Example #5
0
 public ProductionResourcePlanService(
     IEnumerationRepository enumerationRepository,
     IProductionResourcePlanRepository ProductionResourcePlanRepository,
     ICurrentStaffRepository currentStaffRepository,
     IDemissionRateAndWorkScheduleRepository demissionRateAndWorkScheduleRepository,
     IUnitOfWork unitOfWork,
     IFlowChartDetailRepository FlowChartDetailRepository,
     ISystemOrgRepository systemOrgRepository,
     ISystemOrgBomRepository systemOrgBomRepository,
     ISystemProjectRepository systemProjectRepository,
     IFlowChartMasterRepository flowChartMasterRepository,
     ISystemFunctionPlantRepository iSystemFunctionPlantRepository,
     ISystemUserOrgRepository systemUserOrgRepository,
     ISystemBUDRepository systemBUDRepository,
     IRP_Flowchart_MasterRepository rP_Flowchart_MasterRepository,
     IRP_Flowchart_Detail_ME_EquipmentRepository rP_Flowchart_Detail_ME_EquipmentRepository,
     IVendorInfoRepository vendorInfoRepository
     )
 {
     this.enumerationRepository  = enumerationRepository;
     this.PRP_Repository         = ProductionResourcePlanRepository;
     this.currentStaffRepository = currentStaffRepository;
     this.demissionRateAndWorkScheduleRepository = demissionRateAndWorkScheduleRepository;
     this.unitOfWork = unitOfWork;
     this.flowChartDetailRepository = FlowChartDetailRepository;
     this.unitOfWork                                 = unitOfWork;
     this.enumerationRepository                      = enumerationRepository;
     this.systemOrgRepository                        = systemOrgRepository;
     this.systemOrgBomRepository                     = systemOrgBomRepository;
     this.systemProjectRepository                    = systemProjectRepository;
     this.flowChartMasterRepository                  = flowChartMasterRepository;
     this.iSystemFunctionPlantRepository             = iSystemFunctionPlantRepository;
     this.systemUserOrgRepository                    = systemUserOrgRepository;
     this.systemBUDRepository                        = systemBUDRepository;
     this.rP_Flowchart_MasterRepository              = rP_Flowchart_MasterRepository;
     this.rP_Flowchart_Detail_ME_EquipmentRepository = rP_Flowchart_Detail_ME_EquipmentRepository;
     this.vendorInfoRepository                       = vendorInfoRepository;
 }