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