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