12 lines
434 B
C#
12 lines
434 B
C#
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; }
|
|
}
|
|
}
|