Example #1
0
 public async Task AddRange(IEnumerable <Color> brands)
 {
     await _brandRepository.AddRange(brands);
 }