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.
|
@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)
|
|
} |