14 lines
541 B
C#
14 lines
541 B
C#
namespace Kreta.BusinessLogic.HelperClasses.NebuloBAI
|
|
{
|
|
public class IskolaErettsegDto
|
|
{
|
|
public bool SajatosNevelesiIgenyu { get; set; }
|
|
public bool BeilleszkedesiNehezsegu { get; set; }
|
|
public bool SzulojeTestvereTartosanBeteg { get; set; }
|
|
public bool TestvereIntezmenyTanuloja { get; set; }
|
|
public bool MunkaltatoiIgazolasIskolaKorzeteben { get; set; }
|
|
public bool IskolaEgyKilometerenBelül { get; set; }
|
|
|
|
public DictionaryItemDto HatranyosHelyzet { get; set; }
|
|
}
|
|
}
|