using System; using System.Collections.Generic; #nullable disable // // This is here so CodeMaid doesn't reorganize this document // namespace MP.Data.DatabaseModels { public partial class StatsAnagArticoli { #region Public Properties public string CodArticolo { get; set; } public string DescArticolo { get; set; } public string Disegno { get; set; } public string Tipo { get; set; } #endregion Public Properties } }