Beispiel #1
0
 public EgresosVariosInt_BuscarResponse(GS.SISGEGS.DM.gsEgresosVariosInt_BuscarCabeceraResult EgresosVariosInt_BuscarResult, System.Nullable <bool> bloqueado, string mensajeBloqueado, GS.SISGEGS.DM.gsEgresosVariosDInt_BuscarDetalleResult[] lstEgresosVarios)
 {
     this.EgresosVariosInt_BuscarResult = EgresosVariosInt_BuscarResult;
     this.bloqueado        = bloqueado;
     this.mensajeBloqueado = mensajeBloqueado;
     this.lstEgresosVarios = lstEgresosVarios;
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <int> RegistrarEgresosVariosAsync(int idEmpresa, int codigoUsuario, GS.SISGEGS.DM.gsEgresosVariosInt_BuscarCabeceraResult objEVCabecera, GS.SISGEGS.DM.gsEgresosVariosDInt_BuscarDetalleResult[] lstEVDetalles, System.DateTime fechaInicio)
 {
     return(base.Channel.RegistrarEgresosVariosAsync(idEmpresa, codigoUsuario, objEVCabecera, lstEVDetalles, fechaInicio));
 }