init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user