Beispiel #1
0
 public async Task <List <Comment> > GetAllWithsubCommentsAsync(int blogId, int?parentId)
 {
     return(await _commentDal.GetAllWithsubCommentsAsync(blogId, parentId));
 }