Beispiel #1
0
 public Comment GetOne(Expression <Func <Comment, bool> > filter)
 {
     return(_commentDal.GetOne(filter));
 }