Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> PaymentAsync(BankService.Operation operation)
 {
     return(base.Channel.PaymentAsync(operation));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <string> RetriveTransferAsync(BankService.Operation operation)
 {
     return(base.Channel.RetriveTransferAsync(operation));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <bool> ExecuteOperationAsync(BankService.Operation operation)
 {
     return(base.Channel.ExecuteOperationAsync(operation));
 }