Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> SendChequeAsync(ChequeWatcher.ChequeServiceWCF.Cheque cheque)
 {
     return(base.Channel.SendChequeAsync(cheque));
 }
Exemplo n.º 2
0
 public int SendCheque(ChequeWatcher.ChequeServiceWCF.Cheque cheque)
 {
     return(base.Channel.SendCheque(cheque));
 }