using System.Collections.Generic; namespace Kreta.Client.KozpontiKreta.Model { public class KotelezoOraszamRequestModel { public string IntezmenyAzonosito { get; set; } public int TanevId { get; set; } public List AlkalmazottLista { get; set; } } }