コード例 #1
0
 /// <summary>
 /// 笔记本首页
 /// </summary>
 /// <returns></returns>
 public ActionResult Index() //ok
 {
     return(View("NoteBook", notebookservice.GetNoteBooks()));
 }