using System.Collections.Generic; namespace Kreta.Client.SzirApi.Request { public class AdatszolgRequest { public string IntezmenyAzonosito { get; set; } public int TanevId { get; set; } public int StatuszAllapot { get; set; } public List FeladatEllatasiHelyek { get; set; } } }