@using Microsoft.AspNetCore.Mvc.Localization @using gehGassi.Web.Helper @using gehGassi.Permissions @using gehGassi.Domain.Common @inject IViewLocalizer Localizer @{ ViewData["Title"] = Localizer["Menu_Advertisements"]; } @section pageTitle{ @Localizer["Menu_Advertisements"] }
@Html.Hidden("jsGetUrl", Url.Action("GetAdvertisementsCustomer", "Advertisement", new { customerUniqueId = Model })) @Html.Hidden("jsEditUrl", Url.Action("EditCustomer", "Advertisement", new { customerUniqueId = Model })) @Html.Hidden("jsDetailsUrl", Url.Action("DetailsCustomer", "Advertisement", new { customerUniqueId = Model })) @Html.Hidden("jsCancelUrl", Url.Action("CancelCustomer", "Advertisement", new { customerUniqueId = Model })) @Html.Hidden("jsShopUrl", Url.Action("ShowProducts", "Shop", new { productType = ProductType.Advertisement})) @section ScriptsExternal{ } @section Scripts{ } @section Css { }