コード例 #1
0
 public IActionResult AllComments()
 {
     return(View(_comment.AllComments()));
 }
コード例 #2
0
 public IEnumerable <Comment> AllComments(int id)
 {
     // Hello(id);
     return(_comment.AllComments(id));
 }