예제 #1
0
 public DataFlow GetDataFlow(string flowId)
 {
     return(_flowDao.GetDataFlow(flowId));
 }