19 lines
462 B
C#
19 lines
462 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class LakhelyDto
|
|
{
|
|
public string Ajto { get; set; }
|
|
|
|
public string Emelet { get; set; }
|
|
|
|
public string Hazszam { get; set; }
|
|
|
|
public string Helyseg { get; set; }
|
|
|
|
public string Iranyitoszam { get; set; }
|
|
|
|
public string KozteruletNeve { get; set; }
|
|
|
|
public DictionaryItemDto KozteruletJellege { get; set; } = new DictionaryItemDto();
|
|
}
|
|
}
|