You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
executaveis/GCI.PortalCondomino/Views/BackOffice/Index.cshtml

12 lines
260 B
Plaintext

@using GCI.PortalCondomino.Models
@model BaseBackofficeModel
@{
ViewBag.Title = "Backoffice";
Layout = "~/Views/BackOffice/_Layout.cshtml";
}
<h3>Bem-vindo, @ViewBag.Name</h3>
@section footer {
@Html.Partial("_ContactosAdminPartial", Model.AdminData)
}