13 lines
314 B
C#
13 lines
314 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class TanoraiCsoportDto
|
|
{
|
|
public int KretaAzonosito { get; set; }
|
|
|
|
public int? OsztalyKretaAzonosito { get; set; }
|
|
|
|
public string Nev { get; set; }
|
|
|
|
public int OktNevelesiKategoriaKretaAzonosito { get; set; }
|
|
}
|
|
}
|