Beispiel #1
0
 public async Task <List <Comment> > GetAllWithSubCommentsAsync(int blogId, int?parentCommentId)
 {
     return(await _commentDAL.GetAllWithSubCommentsAsync(blogId, parentCommentId));
 }