namespace Kreta.BusinessLogic.HelperClasses.OsztalyCsoportbaSorolas { public class OsztalybaSororlasItem { public int Id { get; set; } public int? Fromid { get; set; } public bool IsVanMentettVegzaradek { get; set; } public bool IsKellFeluletenMegadottZaradekRogzitese { get; set; } public int? JogviszonyCount { get; set; } public string JogviszonyIds { get; set; } } }