Exemple #1
0
 public System.Threading.Tasks.Task <AppMC.SR_AUT.registerUser2Response> registerUserAsync(string nombre, string paterno, string materno, string fechanac, string dni, string email)
 {
     AppMC.SR_AUT.registerUser2Request inValue = new AppMC.SR_AUT.registerUser2Request();
     inValue.nombre   = nombre;
     inValue.paterno  = paterno;
     inValue.materno  = materno;
     inValue.fechanac = fechanac;
     inValue.dni      = dni;
     inValue.email    = email;
     return(((AppMC.SR_AUT.WSAuthenticationPortType)(this)).registerUserAsync(inValue));
 }
Exemple #2
0
 public string registerUser(string nombre, string paterno, string materno, string fechanac, string dni, string email)
 {
     AppMC.SR_AUT.registerUser2Request inValue = new AppMC.SR_AUT.registerUser2Request();
     inValue.nombre   = nombre;
     inValue.paterno  = paterno;
     inValue.materno  = materno;
     inValue.fechanac = fechanac;
     inValue.dni      = dni;
     inValue.email    = email;
     AppMC.SR_AUT.registerUser2Response retVal = ((AppMC.SR_AUT.WSAuthenticationPortType)(this)).registerUser(inValue);
     return(retVal.@return);
 }
Exemple #3
0
 System.Threading.Tasks.Task <AppMC.SR_AUT.registerUser2Response> AppMC.SR_AUT.WSAuthenticationPortType.registerUserAsync(AppMC.SR_AUT.registerUser2Request request)
 {
     return(base.Channel.registerUserAsync(request));
 }
Exemple #4
0
 AppMC.SR_AUT.registerUser2Response AppMC.SR_AUT.WSAuthenticationPortType.registerUser(AppMC.SR_AUT.registerUser2Request request)
 {
     return(base.Channel.registerUser(request));
 }