@using Resources @using Weee.Models @model Qcarbon.ViewModels.admin.companyAdminAccessVM @{ ViewBag.Title = "一般公司管理者權限設定"; Layout = "~/Areas/Admin/Views/Shared/_AdminLayout.cshtml"; } @using (Html.BeginForm()) { @Html.AntiForgeryToken() @Html.HiddenFor(model => model.userId) @Html.HiddenFor(model => model.companyID)