namespace Kreta.Web.Areas.UgyfelSzolgalat.Models { public class UgyfelszolgalatSearchModel { public string ServiceDeskId { get; set; } public string BejelentesTypusId { get; set; } public string StatusId { get; set; } } }