using System; using System.Collections.Generic; #nullable disable namespace MP.AppAuth.Models { public partial class FamiglieMacchine { #region Public Properties public string Descrizione { get; set; } public bool? HasIob { get; set; } public bool? HasUdi { get; set; } public int IdxFamiglia { get; set; } #endregion Public Properties } }