9 lines
215 B
C#
9 lines
215 B
C#
namespace Kreta.Client.KozpontiKreta.Model
|
|
{
|
|
public class KozpontiNebuloEngedelyezettRequestModel
|
|
{
|
|
public string IntezmenyAzonosito { get; set; }
|
|
public int TanevId { get; set; }
|
|
}
|
|
}
|