Esempio n. 1
0
 public System.Threading.Tasks.Task <bool> sendApprovalResponseAsync(Test.ServiceReference2.WFIdentification wfIdentification, bool approved, string note)
 {
     return(base.Channel.sendApprovalResponseAsync(wfIdentification, approved, note));
 }
Esempio n. 2
0
 public bool sendApprovalResponse(Test.ServiceReference2.WFIdentification wfIdentification, bool approved, string note)
 {
     return(base.Channel.sendApprovalResponse(wfIdentification, approved, note));
 }