Exemple #1
0
 public void InsertMany(List <Edition> editions)
 {
     _editionRepository.InsertMany(editions);
 }