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

@* Create New *@

@userId;

Latest Posts

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