public List <tb_Catalogo_Info> Get_CatalogoPorTipo(int IdTipoCatalgo) { try { tb_Catalogo_Data CtD = new tb_Catalogo_Data(); return(CtD.Get_CatalogoPorTipo(IdTipoCatalgo)); } catch (Exception ex) { Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message); throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "ObteneCatalogoPorTipo", ex.Message), ex) { EntityType = typeof(tb_Catalogo_Bus) }; } }
public List <tb_Catalogo_Info> Get_List_MotivoAnulacion() { try { tb_Catalogo_Data CtD = new tb_Catalogo_Data(); return(CtD.Get_List_MotivoAnulacion()); } catch (Exception ex) { Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message); throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "ObtenerList_MotivoAnulacion", ex.Message), ex) { EntityType = typeof(tb_Catalogo_Bus) }; } }