using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
//
// This is here so CodeMaid doesn't reorganize this document
//
namespace EgwCoreLib.Lux.Data.DbModel.Config
{
///
/// Risorsa tipo di Wood x EF
///
[Table("conf_profile")]
public class ProfileModel : Egw.Window.Data.Profile
{
}
}