Esempio n. 1
0
 public System.Threading.Tasks.Task <EduktSoftFrontEnd.Service.validarLoginResponse> validarLoginAsync(string nombre, string contraseña)
 {
     EduktSoftFrontEnd.Service.validarLoginRequest inValue = new EduktSoftFrontEnd.Service.validarLoginRequest();
     inValue.Body            = new EduktSoftFrontEnd.Service.validarLoginRequestBody();
     inValue.Body.nombre     = nombre;
     inValue.Body.contraseña = contraseña;
     return(((EduktSoftFrontEnd.Service.Servicio)(this)).validarLoginAsync(inValue));
 }
Esempio n. 2
0
 public int validarLogin(string nombre, string contraseña)
 {
     EduktSoftFrontEnd.Service.validarLoginRequest inValue = new EduktSoftFrontEnd.Service.validarLoginRequest();
     inValue.Body            = new EduktSoftFrontEnd.Service.validarLoginRequestBody();
     inValue.Body.nombre     = nombre;
     inValue.Body.contraseña = contraseña;
     EduktSoftFrontEnd.Service.validarLoginResponse retVal = ((EduktSoftFrontEnd.Service.Servicio)(this)).validarLogin(inValue);
     return(retVal.Body.@return);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <EduktSoftFrontEnd.Service.validarLoginResponse> EduktSoftFrontEnd.Service.Servicio.validarLoginAsync(EduktSoftFrontEnd.Service.validarLoginRequest request)
 {
     return(base.Channel.validarLoginAsync(request));
 }
Esempio n. 4
0
 EduktSoftFrontEnd.Service.validarLoginResponse EduktSoftFrontEnd.Service.Servicio.validarLogin(EduktSoftFrontEnd.Service.validarLoginRequest request)
 {
     return(base.Channel.validarLogin(request));
 }