public System.Threading.Tasks.Task <WebApplication2.NintyIPC2.AgregarAdminResponse> AgregarAdminAsync(string nombre, string apellido, string correo, string notarjeta, string rol, string suscription, string nusuarios, string contrasena)
 {
     WebApplication2.NintyIPC2.AgregarAdminRequest inValue = new WebApplication2.NintyIPC2.AgregarAdminRequest();
     inValue.Body             = new WebApplication2.NintyIPC2.AgregarAdminRequestBody();
     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)).AgregarAdminAsync(inValue));
 }
 public void AgregarAdmin(string nombre, string apellido, string correo, string notarjeta, string rol, string suscription, string nusuarios, string contrasena)
 {
     WebApplication2.NintyIPC2.AgregarAdminRequest inValue = new WebApplication2.NintyIPC2.AgregarAdminRequest();
     inValue.Body             = new WebApplication2.NintyIPC2.AgregarAdminRequestBody();
     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.AgregarAdminResponse retVal = ((WebApplication2.NintyIPC2.ServicioPrueba)(this)).AgregarAdmin(inValue);
 }
 System.Threading.Tasks.Task <WebApplication2.NintyIPC2.AgregarAdminResponse> WebApplication2.NintyIPC2.ServicioPrueba.AgregarAdminAsync(WebApplication2.NintyIPC2.AgregarAdminRequest request)
 {
     return(base.Channel.AgregarAdminAsync(request));
 }
 WebApplication2.NintyIPC2.AgregarAdminResponse WebApplication2.NintyIPC2.ServicioPrueba.AgregarAdmin(WebApplication2.NintyIPC2.AgregarAdminRequest request)
 {
     return(base.Channel.AgregarAdmin(request));
 }