10 lines
356 B
C#
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; }
|
|
}
|
|
}
|