コード例 #1
0
 public IViewComponentResult Invoke(int Id)
 {
     return(View("comnts", comnt.GetComntsByBookId(Id)));
 }