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