using System; using System.Collections.Generic; #nullable disable namespace MP.AppAuth.Models { public partial class Gruppi2Operatori { public int MatrOpr { get; set; } public string CodGruppo { get; set; } } }