namespace Kreta.Web.Areas.Feljegyzes.Models { public class FeljegyzesekSearchModel { public bool IsNaploFeljegyzes { get; set; } public int? CsoportIdSearch { get; set; } public string ControllerName { get; set; } public string ApiControllerName { get; set; } } }