Пример #1
0
 public IEnumerable <Comment> GetAllCommentsByBlogId(int BlogId)
 {
     return(_commentDao.GetAllCommentsByBlogId(BlogId));
 }