Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Proxy.MVCReferencesWCF.User> CreateUserAsync(Proxy.MVCReferencesWCF.User user, string password)
 {
     return(base.Channel.CreateUserAsync(user, password));
 }
Ejemplo n.º 2
0
 public Proxy.MVCReferencesWCF.User CreateUser(Proxy.MVCReferencesWCF.User user, string password)
 {
     return(base.Channel.CreateUser(user, password));
 }