Exemple #1
0
 public Consumer Find(Expression <Func <Consumer, bool> > predicate)
 {
     return(_consumerRepository.Find(predicate));
 }