コード例 #1
0
 public System.Threading.Tasks.Task <bool> InserirAsync(WindowsForms.ServiceReference1.Cotacao cotacao)
 {
     return(base.Channel.InserirAsync(cotacao));
 }
コード例 #2
0
 public bool Inserir(WindowsForms.ServiceReference1.Cotacao cotacao)
 {
     return(base.Channel.Inserir(cotacao));
 }