コード例 #1
0
 public List <CommentViewModel> Comments()
 {
     return(_commentRepo.Comments());
 }