init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user