Exemple #1
0
 public Post GetBy(Expression <Func <Post, bool> > expression = null)
 {
     return(postDal.GetBy(expression));
 }