@using Kreta.Web.Areas.Tantargy.Models
@using Kreta.Web.Classes
@model NewTanmenetModel
@using (Html.KretaForm("NewTanmenetForm"))
{
@Html.KretaComboBoxFor(x => x.FoglalkozasId, Url.HttpRouteUrl(Constants.RouteKey.ActionApi, new { controller = Model.ApiControllerName, action = "GetFoglalkozasList" }), "Text", "Value").RenderWithName(3, 9)
@Html.KretaValidationSummary()
}