Пример #1
0
 public async Task AddRangeAsync(List <Shows> shows)
 {
     await _showsRepository.AddRangeAsync(shows);
 }