Exemplo n.º 1
0
 public T Get(System.Linq.Expressions.Expression <Func <T, bool> > predicate)
 {
     return(entities.FirstOrDefault(predicate));
 }