Пример #1
0
 protected Task RemoveDataAsync()
 {
     return(_repository.RemoveAllAsync());
 }
Пример #2
0
        protected async Task RemoveDataAsync()
        {
            await _repository.RemoveAllAsync();

            await _client.RefreshAsync();
        }