Example #1
0
 public Task <bool> Any()
 {
     return(Task.Run(() => _dataSet.Any()));
 }