_Select.cshtml 237 B

1234567
  1. @using WeApp.Views.Shared.Camp
  2. @{
  3. Layout = "~/Views/Shared/Layout/_Layout.Stu.cshtml";
  4. SelectCampModel selectModel = ViewBag.Select;
  5. ViewBag.Title = selectModel.PageTitle;
  6. }
  7. @Html.Partial("Camp/_SelectCampV2", selectModel)