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