using System; using System.Collections.Generic; #nullable disable namespace MP.AppAuth.Models { public partial class AnagraficaMicroStati { #region Public Properties public string Descrizione { get; set; } public int IdxFamigliaIngresso { get; set; } public int IdxMicroStato { get; set; } #endregion Public Properties } }