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