7 lines
165 B
C#
7 lines
165 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class NemzetisegiOktatasDto
|
|
{
|
|
public EUGYDictionaryItemDto Nemzetiseg { get; set; }
|
|
}
|
|
}
|