using System; using System.Collections.Generic; #nullable disable namespace LiMan.GLS.DatabaseModels { public partial class Permessi2Funzione { #region Public Properties public string CodFunzione { get; set; } public string CodPermesso { get; set; } public virtual Permessi CodPermessoNavigation { get; set; } public string Readwrite { get; set; } #endregion Public Properties } }