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