@model DTO.ExpertPromoteDTO @using DTO; @using zhengcaioa.Models; @{ string experId = ViewData["experId"] as string; } @{ Layout = null; }