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