namespace Kreta.Naplo.Domain.V3.OsztalyCsoport { public class OsztalyCsoportGondviseloResponse { public int Id { get; set; } public string Nev { get; set; } public string RokonsagiFok { get; set; } public string Telefonszam { get; set; } public string Email { get; set; } public bool IsTorvenyesKepviselo { get; set; } } }