Exemple #1
0
 public System.Threading.Tasks.Task <bool> sendApprovalResponseAsync(HRONWeb.ApprovalWF.WFIdentification wfIdentification, bool approved, string note)
 {
     return(base.Channel.sendApprovalResponseAsync(wfIdentification, approved, note));
 }
Exemple #2
0
 public bool sendApprovalResponse(HRONWeb.ApprovalWF.WFIdentification wfIdentification, bool approved, string note)
 {
     return(base.Channel.sendApprovalResponse(wfIdentification, approved, note));
 }