9 lines
280 B
C#
9 lines
280 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class BKIIskolaErettsegDto
|
|
{
|
|
public bool SajatosNevelesiIgenyu { get; set; }
|
|
public bool BeilleszkedesiNehezsegu { get; set; }
|
|
public DictionaryItemDto HatranyosHelyzet { get; set; }
|
|
}
|
|
}
|