예제 #1
0
 public GS.SISGEGS.DM.gsEgresosVarios_BuscarCabeceraResult EgresosVarios_Buscar(int idEmpresa, int codigoUsuario, int idOperacion, ref System.Nullable <bool> bloqueado, ref string mensajeBloqueado, ref GS.SISGEGS.DM.gsEgresosVarios_BuscarDetalleResult[] lstEgresosVarios)
 {
     GS.SISGEGS.Web.EgresosWCF.EgresosVarios_BuscarRequest inValue = new GS.SISGEGS.Web.EgresosWCF.EgresosVarios_BuscarRequest();
     inValue.idEmpresa        = idEmpresa;
     inValue.codigoUsuario    = codigoUsuario;
     inValue.idOperacion      = idOperacion;
     inValue.bloqueado        = bloqueado;
     inValue.mensajeBloqueado = mensajeBloqueado;
     inValue.lstEgresosVarios = lstEgresosVarios;
     GS.SISGEGS.Web.EgresosWCF.EgresosVarios_BuscarResponse retVal = ((GS.SISGEGS.Web.EgresosWCF.IEgresosWCF)(this)).EgresosVarios_Buscar(inValue);
     bloqueado        = retVal.bloqueado;
     mensajeBloqueado = retVal.mensajeBloqueado;
     lstEgresosVarios = retVal.lstEgresosVarios;
     return(retVal.EgresosVarios_BuscarResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <GS.SISGEGS.Web.EgresosWCF.EgresosVarios_BuscarResponse> EgresosVarios_BuscarAsync(GS.SISGEGS.Web.EgresosWCF.EgresosVarios_BuscarRequest request)
 {
     return(base.Channel.EgresosVarios_BuscarAsync(request));
 }
예제 #3
0
 GS.SISGEGS.Web.EgresosWCF.EgresosVarios_BuscarResponse GS.SISGEGS.Web.EgresosWCF.IEgresosWCF.EgresosVarios_Buscar(GS.SISGEGS.Web.EgresosWCF.EgresosVarios_BuscarRequest request)
 {
     return(base.Channel.EgresosVarios_Buscar(request));
 }