Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> InserirAsync(WindowsForms.ServiceReference1.Cotacao cotacao)
 {
     return(base.Channel.InserirAsync(cotacao));
 }
Exemplo n.º 2
0
 public bool Inserir(WindowsForms.ServiceReference1.Cotacao cotacao)
 {
     return(base.Channel.Inserir(cotacao));
 }