public System.Data.DataTable Listar( string condicion, params object[] args ) { try { DFeriado_ = new Datos.Feriado (); return DFeriado_.Listar ( condicion, args ); } catch ( System.Exception ex ) { throw new System.Exception ( "Feriado: Error al listar. \n" + ex.Message ); } }
public System.Data.DataTable Listar() { DFeriado_ = new Datos.Feriado (); return DFeriado_.Listar (); }