コード例 #1
0
 public IEnumerable <CommentViewModel> GetAllComments()
 {
     return(_commentLogic.GetAllComments());
 }