kreta/Kreta.WebApi/eUgyintezes/Kreta.eUgyintezes.Domain/Model/Dto/LakohelyDto.cs
2024-03-13 00:33:46 +01:00

9 lines
265 B
C#

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