namespace DTO { public class GroupDTO { public long Id { get; set; } public int Num { get; set; } public int Year { get; set; } public string sector { get; set; } //public ICollection Users { get; set; } = new List(); //public ICollection VocabularyList { get; set; } = new List(); } }