Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> EfetuarPagamentoAsync(DesenvolvimetoWeb.Vendas.ServiceProxy.PagamentoContract pagamento)
 {
     return(base.Channel.EfetuarPagamentoAsync(pagamento));
 }
Ejemplo n.º 2
0
 public int EfetuarPagamento(DesenvolvimetoWeb.Vendas.ServiceProxy.PagamentoContract pagamento)
 {
     return(base.Channel.EfetuarPagamento(pagamento));
 }