Esempio n. 1
0
 public GS.SISGEGS.DM.gsEgresosVariosInt_BuscarCabeceraResult EgresosVariosInt_Buscar(int idEmpresa, int codigoUsuario, int idOperacion, ref System.Nullable <bool> bloqueado, ref string mensajeBloqueado, ref GS.SISGEGS.DM.gsEgresosVariosDInt_BuscarDetalleResult[] lstEgresosVarios)
 {
     GS.SISGEGS.Web.EgresosWCF.EgresosVariosInt_BuscarRequest inValue = new GS.SISGEGS.Web.EgresosWCF.EgresosVariosInt_BuscarRequest();
     inValue.idEmpresa        = idEmpresa;
     inValue.codigoUsuario    = codigoUsuario;
     inValue.idOperacion      = idOperacion;
     inValue.bloqueado        = bloqueado;
     inValue.mensajeBloqueado = mensajeBloqueado;
     inValue.lstEgresosVarios = lstEgresosVarios;
     GS.SISGEGS.Web.EgresosWCF.EgresosVariosInt_BuscarResponse retVal = ((GS.SISGEGS.Web.EgresosWCF.IEgresosWCF)(this)).EgresosVariosInt_Buscar(inValue);
     bloqueado        = retVal.bloqueado;
     mensajeBloqueado = retVal.mensajeBloqueado;
     lstEgresosVarios = retVal.lstEgresosVarios;
     return(retVal.EgresosVariosInt_BuscarResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <GS.SISGEGS.Web.EgresosWCF.EgresosVariosInt_BuscarResponse> EgresosVariosInt_BuscarAsync(GS.SISGEGS.Web.EgresosWCF.EgresosVariosInt_BuscarRequest request)
 {
     return(base.Channel.EgresosVariosInt_BuscarAsync(request));
 }
Esempio n. 3
0
 GS.SISGEGS.Web.EgresosWCF.EgresosVariosInt_BuscarResponse GS.SISGEGS.Web.EgresosWCF.IEgresosWCF.EgresosVariosInt_Buscar(GS.SISGEGS.Web.EgresosWCF.EgresosVariosInt_BuscarRequest request)
 {
     return(base.Channel.EgresosVariosInt_Buscar(request));
 }