Beispiel #1
0
 public List <CommentDto> GetCommentsWithUserInformation()
 {
     return(_commentDal.GetCommentsWithUserInformation());
 }