Exemple #1
0
 public static IWorkflow Create(WorkflowManagerFactory factory, string name, string category, string description, int createdby,
                                int formid)
 {
     return(factory.Create(name, category, description, createdby, formid));
 }
Exemple #2
0
 public static IWorkflow Create(WorkflowManagerFactory factory, int formID)
 {
     return(factory.Create(formID));
 }