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