Beispiel #1
0
 public IEnumerable <CommentEntity> GetCommentsByUserId(int userId)
 {
     return(_commentDal.GetCommentsByUserId(userId));
 }