Exemplo n.º 1
0
 public T Get <T>(Func <T, bool> condition)
 {
     return(space.Get <T>(condition));
 }