Files
kreta/Kreta.Client/KozpontiKreta/Model/KozpontiNebuloEngedelyezettRequestModel.cs
T
2024-03-13 00:33:46 +01:00

9 lines
215 B
C#

namespace Kreta.Client.KozpontiKreta.Model
{
public class KozpontiNebuloEngedelyezettRequestModel
{
public string IntezmenyAzonosito { get; set; }
public int TanevId { get; set; }
}
}