コード例 #1
0
 public System.Threading.Tasks.Task <WebApplication2.NintyIPC2.Prueba2Response> Prueba2Async(string nombre, string apellido, string correo, string notarjeta, string rol, string suscription, string nusuarios, string contrasena)
 {
     WebApplication2.NintyIPC2.Prueba2Request inValue = new WebApplication2.NintyIPC2.Prueba2Request();
     inValue.Body             = new WebApplication2.NintyIPC2.Prueba2RequestBody();
     inValue.Body.nombre      = nombre;
     inValue.Body.apellido    = apellido;
     inValue.Body.correo      = correo;
     inValue.Body.notarjeta   = notarjeta;
     inValue.Body.rol         = rol;
     inValue.Body.suscription = suscription;
     inValue.Body.nusuarios   = nusuarios;
     inValue.Body.contrasena  = contrasena;
     return(((WebApplication2.NintyIPC2.ServicioPrueba)(this)).Prueba2Async(inValue));
 }
コード例 #2
0
 public string Prueba2(string nombre, string apellido, string correo, string notarjeta, string rol, string suscription, string nusuarios, string contrasena)
 {
     WebApplication2.NintyIPC2.Prueba2Request inValue = new WebApplication2.NintyIPC2.Prueba2Request();
     inValue.Body             = new WebApplication2.NintyIPC2.Prueba2RequestBody();
     inValue.Body.nombre      = nombre;
     inValue.Body.apellido    = apellido;
     inValue.Body.correo      = correo;
     inValue.Body.notarjeta   = notarjeta;
     inValue.Body.rol         = rol;
     inValue.Body.suscription = suscription;
     inValue.Body.nusuarios   = nusuarios;
     inValue.Body.contrasena  = contrasena;
     WebApplication2.NintyIPC2.Prueba2Response retVal = ((WebApplication2.NintyIPC2.ServicioPrueba)(this)).Prueba2(inValue);
     return(retVal.Body.@return);
 }
コード例 #3
0
 System.Threading.Tasks.Task <WebApplication2.NintyIPC2.Prueba2Response> WebApplication2.NintyIPC2.ServicioPrueba.Prueba2Async(WebApplication2.NintyIPC2.Prueba2Request request)
 {
     return(base.Channel.Prueba2Async(request));
 }
コード例 #4
0
 WebApplication2.NintyIPC2.Prueba2Response WebApplication2.NintyIPC2.ServicioPrueba.Prueba2(WebApplication2.NintyIPC2.Prueba2Request request)
 {
     return(base.Channel.Prueba2(request));
 }