@* For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ ViewData["Title"] = "Company & Department Administration"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Company And Department

@section Scripts { @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }