Exemplo n.º 1
0
 public static IWorkflowRequest CreateNewRequest(WorkflowManagerFactory factory, int wfid)
 {
     return(factory.CreateRequest(wfid));
 }
Exemplo n.º 2
0
 public static IWorkflowRequest Create(WorkflowManagerFactory factory, int requestID)
 {
     return(factory.CreateInstance(requestID));
 }