Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> InsertAsync(CRUD_WebApplication.ServiceReference1.InsertUser value)
 {
     return(base.Channel.InsertAsync(value));
 }
Exemplo n.º 2
0
 public string Insert(CRUD_WebApplication.ServiceReference1.InsertUser value)
 {
     return(base.Channel.Insert(value));
 }