namespace Kreta.Eugyintezes.Domain.Model.Dto { public class LakohelyDto { public bool EletvitelszeruLakhelyEgyezik { get; set; } public CimDto AllandoLakhely { get; set; } public CimDto EletvitelszeruLakhely { get; set; } } }