Ejemplo n.º 1
0
        public async Task <ActionResult> DeleteAllAssets()
        {
            await _azureBlobService.DeleteAllAcync();

            _assetRepository.RemoveAll();
            _assetRepository.Complete();

            return(Ok("Asset deleted successfully."));
        }