Пример #1
0
 public byte []  Get_Fondo_Pantalla_x_Empresa(int IdEmpresa)
 {
     try
     {
         tb_Empresa_Data EmD = new tb_Empresa_Data();
         return(EmD.Get_Fondo_Pantalla_x_Empresa(IdEmpresa));
     }
     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_Fondo_Pantalla_x_Empresa", ex.Message), ex)
               {
                   EntityType = typeof(tb_Empresa_Bus)
               };
     }
 }