예제 #1
0
 public System.Threading.Tasks.Task <string> InsertAsync(WebApplication2.ServiceReference1.InsertUser value)
 {
     return(base.Channel.InsertAsync(value));
 }
예제 #2
0
 public string Insert(WebApplication2.ServiceReference1.InsertUser value)
 {
     return(base.Channel.Insert(value));
 }