@model IEnumerable

Dashboard Gestione Località

Da questa pagina puoi gestire le località
@using (Html.BeginForm("SearchEntity", "Place", FormMethod.Post)) {
}
Nazioni disponibili
@foreach (GarageBandz.Domain.Country beer in Model) { }
Nome Flag Azioni
@beer.Name @beer.FlagImageUrl
@Html.PagedListPager( (IPagedList)Model, page => Url.Action("Index", new { page }) )