Пример #1
0
 public void AddRange(IEnumerable <Recipe> recipes)
 {
     _repository.AddRange(recipes);
 }