namespace Kreta.Eugyintezes.Domain.Model.Dto { public class TantargyDto { public int KretaAzonosito { get; set; } public string Nev { get; set; } } }