示例#1
0
 public System.Threading.Tasks.Task <bool> InsertWorkflowAsync(StatefullWorkflow.Config.WebService.Test.StatefullConfigServiceReference.WorkflowDC workflow)
 {
     return(base.Channel.InsertWorkflowAsync(workflow));
 }
示例#2
0
 public bool InsertWorkflow(StatefullWorkflow.Config.WebService.Test.StatefullConfigServiceReference.WorkflowDC workflow)
 {
     return(base.Channel.InsertWorkflow(workflow));
 }