예제 #1
0
 public System.Threading.Tasks.Task <int> EfetuarPagamentoAsync(DesenvolvimentoWeb.Vendas.ServiceProxy.PagamentoContract pagamento)
 {
     return(base.Channel.EfetuarPagamentoAsync(pagamento));
 }
예제 #2
0
 public int EfetuarPagamento(DesenvolvimentoWeb.Vendas.ServiceProxy.PagamentoContract pagamento)
 {
     return(base.Channel.EfetuarPagamento(pagamento));
 }