Example #1
0
 public DataService GetExecuteServiceForFlow(string flowId, string methodName)
 {
     return(_flowDao.GetExecuteServiceForFlow(flowId, methodName));
 }