namespace Kreta.BusinessLogic.HelperClasses.NebuloBAI { public class LakohelyDto { public bool EletvitelszeruLakhelyEgyezik { get; set; } public bool LakohelyEgyezikTanuloAllandoLakhelyevel { get; set; } public LakhelyDto AllandoLakhely { get; set; } public LakhelyDto EletvitelszeruLakhely { get; set; } } }