예제 #1
0
 public void ImportFlowChartMGData(List <FlowChartMgDataDTO> mgDataList, int FlowChart_Master_UID)
 {
     flowChartMasterRepository.BatchImportPlan(mgDataList, FlowChart_Master_UID);
 }