using System; namespace Kreta.BusinessLogic.HelperClasses.OsztalyCsoportbaSorolas { public class TanuloListItem { public string Nev { get; set; } public string NevElotagNelkul { get; set; } public DateTime SzuletesiDatum { get; set; } public DateTime? BesorolasDatum { get; set; } public DateTime? KisorolasDatum { get; set; } public bool Aktiv { get; set; } public string Neme { get; set; } public string Vegzaradek { get; set; } public int JogviszonyCount { get; set; } public int JogviszonyId { get; set; } } }