示例#1
0
 public ActionResult Agreement()
 {
     return(View(_studentBusinessLogic.GetStudentAgreementViewModel(User.Identity.GetUserId())));
 }