// IMES_PIS_SyncFailedRecordService mES_PIS_SyncFailedRecordService; public ProcessIDTRSConfigController(IProcessIDTRSConfigService ProcessIDTRSConfigService, IFlowChartDetailService flowChartDetailService) { this.ProcessIDTRSConfigService = ProcessIDTRSConfigService; this.flowChartDetailService = flowChartDetailService; //this.mES_PIS_SyncFailedRecordService = mES_PIS_SyncFailedRecordService; //this.NewMesDataSyncService = NewMesDataSyncService; }
public FlowChartController( IFlowChartMasterService flowChartService, IFlowChartDetailService flowChartDetailService, IFlowChartPCMHService flowChartPCMHService, IFlowChartPlanService flowChartPlanService, ICommonService commonService) { this.flowChartService = flowChartService; this.flowChartDetailService = flowChartDetailService; this.flowChartPCMHService = flowChartPCMHService; this.flowChartPlanService = flowChartPlanService; this.commonService = commonService; }