// // This is here so CodeMaid doesn't reorganize this document // namespace EgwCoreLib.Lux.Data.DbModel.Config { /// /// Risorsa tipo di Glass x EF /// [Table("conf_glass")] public class GlassModel : Egw.Window.Data.Glass { } }