Ejemplo n.º 1
0
 protected Task RemoveDataAsync()
 {
     return(_repository.RemoveAllAsync());
 }
Ejemplo n.º 2
0
        protected async Task RemoveDataAsync()
        {
            await _repository.RemoveAllAsync();

            await _client.RefreshAsync();
        }