Пример #1
0
 public FlowChartPlanManagerVM QueryProcessMGDataSingle(int uid, DateTime date)
 {
     return(flowChartMasterRepository.QueryFlowMGDataSingle(uid, date));
 }