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