Beispiel #1
0
 public List <Comment> GetCommentsByPostId(int postId)
 {
     return(_commentDal.GetCommentsByPostId(postId));
 }