Exemplo n.º 1
0
 public System.Threading.Tasks.Task PayTokenAsync(PolWebApplication.ServiceReference.TokenPaymentDto tokenDto)
 {
     return(base.Channel.PayTokenAsync(tokenDto));
 }
Exemplo n.º 2
0
 public void PayToken(PolWebApplication.ServiceReference.TokenPaymentDto tokenDto)
 {
     base.Channel.PayToken(tokenDto);
 }