예제 #1
0
 public DataService GetQueryServiceForFlow(string flowId, string request)
 {
     return(_flowDao.GetQueryServiceForFlow(flowId, request));
 }