9 lines
227 B
C#
9 lines
227 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class OrszagDto
|
|
{
|
|
public int? KretaAzonosito { get; set; }
|
|
public string Nev { get; set; }
|
|
public string ISO_Alpha3 { get; set; }
|
|
}
|
|
}
|