@model ZoomLa.SQLDAL.SQL.PageSetting @{ Layout = "~/Areas/User/Views/Shared/_empty.cshtml"; } @section head{ 选择教师 } @section content{
@Html.Partial("SelTearcher_List", Model)
} @section script{ }