Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SitioWeb.WS_Grupo.SelectFirstResponse> SelectFirstAsync(string UidUserLogin, string uidgrupo, string EstadoExistencia)
 {
     SitioWeb.WS_Grupo.SelectFirstRequest inValue = new SitioWeb.WS_Grupo.SelectFirstRequest();
     inValue.Body = new SitioWeb.WS_Grupo.SelectFirstRequestBody();
     inValue.Body.UidUserLogin     = UidUserLogin;
     inValue.Body.uidgrupo         = uidgrupo;
     inValue.Body.EstadoExistencia = EstadoExistencia;
     return(((SitioWeb.WS_Grupo.WS_GrupoSoap)(this)).SelectFirstAsync(inValue));
 }
Exemplo n.º 2
0
 public SitioWeb.WS_Grupo.ClassGrupo SelectFirst(string UidUserLogin, string uidgrupo, string EstadoExistencia, out string resultado)
 {
     SitioWeb.WS_Grupo.SelectFirstRequest inValue = new SitioWeb.WS_Grupo.SelectFirstRequest();
     inValue.Body = new SitioWeb.WS_Grupo.SelectFirstRequestBody();
     inValue.Body.UidUserLogin     = UidUserLogin;
     inValue.Body.uidgrupo         = uidgrupo;
     inValue.Body.EstadoExistencia = EstadoExistencia;
     SitioWeb.WS_Grupo.SelectFirstResponse retVal = ((SitioWeb.WS_Grupo.WS_GrupoSoap)(this)).SelectFirst(inValue);
     resultado = retVal.Body.resultado;
     return(retVal.Body.SelectFirstResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <SitioWeb.WS_Grupo.SelectFirstResponse> SitioWeb.WS_Grupo.WS_GrupoSoap.SelectFirstAsync(SitioWeb.WS_Grupo.SelectFirstRequest request)
 {
     return(base.Channel.SelectFirstAsync(request));
 }
Exemplo n.º 4
0
 SitioWeb.WS_Grupo.SelectFirstResponse SitioWeb.WS_Grupo.WS_GrupoSoap.SelectFirst(SitioWeb.WS_Grupo.SelectFirstRequest request)
 {
     return(base.Channel.SelectFirst(request));
 }