Exemple #1
0
 public List <Post> GetFilter(Expression <Func <Post, bool> > filter)
 {
     return(_postDal.GetFilter(filter));
 }