Пример #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;
 }
Пример #2
0
 public CommonService(
     ISystemUserRepository systemUserRepository,
     ISystemRoleRepository systemRoleRepository,
     ISystemPlantRepository systemPlantRepository,
     ISystemOrgRepository systemOrgRepository,
     ISystemBUMRepository systemBUMRepository,
     ISystemBUDRepository systemBUDRepository,
     IFlowChartPCMHRelationshipRepository flowChartPCMHRelationshipRepository,
     ISystemOrgBomRepository systemOrgBomRepository,
     IProjectUsersGroupRepository projectUsersGroupRepository,
     ISystemUserOrgRepository systemUserOrgRepository,
     ISystemUserBusinessGroupRepository systemUserBusinessGroupRepository,
     ISystemProjectRepository systemProjectRepository,
     IFlowChartMasterRepository flowChartMasterRepository,
     IFlowChartMgDataRepository flowChartMgDataRepository,
     ISystemLocaleStringResourceRepository systemLocaleStringResourceRepository,
     IUnitOfWork unitOfWork)
 {
     this.systemUserRepository  = systemUserRepository;
     this.systemRoleRepository  = systemRoleRepository;
     this.systemPlantRepository = systemPlantRepository;
     this.systemOrgRepository   = systemOrgRepository;
     this.systemBUMRepository   = systemBUMRepository;
     this.systemBUDRepository   = systemBUDRepository;
     this.flowChartPCMHRelationshipRepository = flowChartPCMHRelationshipRepository;
     this.systemOrgBomRepository               = systemOrgBomRepository;
     this.projectUsersGroupRepository          = projectUsersGroupRepository;
     this.systemUserOrgRepository              = systemUserOrgRepository;
     this.systemUserBusinessGroupRepository    = systemUserBusinessGroupRepository;
     this.systemProjectRepository              = systemProjectRepository;
     this.flowChartMasterRepository            = flowChartMasterRepository;
     this.systemLocaleStringResourceRepository = systemLocaleStringResourceRepository;
     this.flowChartMgDataRepository            = flowChartMgDataRepository;
     this.unitOfWork = unitOfWork;
 }
Пример #3
0
 public APPService(IEquipmentInfoRepository equipmentInfoRepository,
                   ISystemProjectRepository systemProjectRepository,
                   IAPP_USER_FAVORITES_FUNCTIONRepository APP_USER_FAVORITES_FUNCTIONRepository,
                   IUnitOfWork unitOfWork)
 {
     this.equipmentInfoRepository = equipmentInfoRepository;
     this.systemProjectRepository = systemProjectRepository;
     this.APP_USER_FAVORITES_FUNCTIONRepository = APP_USER_FAVORITES_FUNCTIONRepository;
     this.unitOfWork = unitOfWork;
 }
Пример #4
0
 public GL_LineShiftPerfService(
     IUnitOfWork unitOfWork
     , IGL_LineShiftPerfRepository lineShiftPerfRepository
     , ISystemProjectRepository systemProjectRepository
     , IGL_ShiftTimeRepository shiftTimeRepository
     , IGoldenLineRepository goldenLineRepository
     , IGL_LineRepository lineRepository
     , IGL_BuildPlanRepository buildPlanRepository) : base(lineShiftPerfRepository)
 {
     this.unitOfWork = unitOfWork;
     this.lineShiftPerfRepository = lineShiftPerfRepository;
     this.systemProjectRepository = systemProjectRepository;
     this.shiftTimeRepository     = shiftTimeRepository;
     this.goldenLineRepository    = goldenLineRepository;
     this.lineRepository          = lineRepository;
     this.buildPlanRepository     = buildPlanRepository;
 }
Пример #5
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;
 }
Пример #6
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;
 }
Пример #7
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;
 }
Пример #8
0
 public System_ProjectService(ISystemProjectRepository customerRepository) : base(customerRepository)
 {
     this.systemProjectRepository = customerRepository;
 }