Beispiel #1
0
        public async Task <bool> ExecuteAsync()
        {
            try
            {
                await _elasticSearchRepository.DeleteAllAsync();

                return(true);
            }
            catch (Exception)
            {
                throw;
            }
        }