Esempio n. 1
0
 public bool TryFind(Expression <Func <T, bool> > predicate, out T entity)
 {
     return(Repository.TryFind(predicate, out entity));
 }