kreta/Kreta.BusinessLogic/HelperClasses/NebuloBAI/LakohelyDto.cs
2024-03-13 00:33:46 +01:00

10 lines
356 B
C#

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; }
}
}