示例#1
0
 public Task <bool> All(Expression <Func <T, bool> > filter)
 {
     return(Task.Run(() => _dataSet.All(filter)));
 }