Exemplo n.º 1
0
 public List <ProductImage> GetEx(Expression <Func <ProductImage, bool> > predicate)
 {
     return(repo.GetEx(predicate).ToList());
 }