Ejemplo n.º 1
0
        public async Task RemoveMarketsAsync(IEnumerable <MarketWatchlist> items)
        {
            await _repository.RemoveMarketsAsync(items);

            await _repository.UnitOfWork.SaveChangesAsync();
        }