9 lines
237 B
C#
9 lines
237 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class BKIIgazolvanyokDto
|
|
{
|
|
public string NekAzonosito { get; set; }
|
|
public string TajSzam { get; set; }
|
|
public string Adoszam { get; set; }
|
|
}
|
|
}
|