Beispiel #1
0
 public List <CommentDto> GetListWithUserInformation(Expression <Func <Comment, bool> > expression = null)
 {
     return(_commentDal.GetListWithUserInformation(expression));
 }