public async Task RemoveAsync(string id) { await _assetCategoryRepository.RemoveAsync(id); }
public async Task RemoveAsync(string id) { await _assetCategoryRepository.RemoveAsync(id); await _myNoSqlWriter.TryDeleteAsync(AssetCategoryNoSql.GeneratePartitionKey(), AssetCategoryNoSql.GenerateRowKey(id)); }