Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ProyectoWindowsForm.ServicioWebJava.ValidarResponse> ValidarAsync(string Usuario, string Pass)
 {
     ProyectoWindowsForm.ServicioWebJava.ValidarRequest inValue = new ProyectoWindowsForm.ServicioWebJava.ValidarRequest();
     inValue.Body         = new ProyectoWindowsForm.ServicioWebJava.ValidarRequestBody();
     inValue.Body.Usuario = Usuario;
     inValue.Body.Pass    = Pass;
     return(((ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL)(this)).ValidarAsync(inValue));
 }
Ejemplo n.º 2
0
 public int Validar(string Usuario, string Pass)
 {
     ProyectoWindowsForm.ServicioWebJava.ValidarRequest inValue = new ProyectoWindowsForm.ServicioWebJava.ValidarRequest();
     inValue.Body         = new ProyectoWindowsForm.ServicioWebJava.ValidarRequestBody();
     inValue.Body.Usuario = Usuario;
     inValue.Body.Pass    = Pass;
     ProyectoWindowsForm.ServicioWebJava.ValidarResponse retVal = ((ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL)(this)).Validar(inValue);
     return(retVal.Body.@return);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ProyectoWindowsForm.ServicioWebJava.ValidarResponse> ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL.ValidarAsync(ProyectoWindowsForm.ServicioWebJava.ValidarRequest request)
 {
     return(base.Channel.ValidarAsync(request));
 }
Ejemplo n.º 4
0
 ProyectoWindowsForm.ServicioWebJava.ValidarResponse ProyectoWindowsForm.ServicioWebJava.WebServiceMYSQL.Validar(ProyectoWindowsForm.ServicioWebJava.ValidarRequest request)
 {
     return(base.Channel.Validar(request));
 }