예제 #1
0
 public List <Af_Activo_fijo_Info> Get_List_ActivoFijo_x_Tipo(int IdEmpresa, int IdTipo)
 {
     try
     {
         return(data.Get_List_ActivoFijo_x_Tipo(IdEmpresa, IdTipo));
     }
     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("", "Get_List_ActivoFijo_x_categoria", ex.Message), ex)
               {
                   EntityType = typeof(Af_Activo_fijo_Bus)
               };
     }
 }