Example #1
0
 public IEnumerable <T> GetAll <T>(Func <T, bool> condition)
 {
     return(space.GetAll <T>(condition));
 }