예제 #1
0
 public void UpdateMany(List <Edition> editions)
 {
     _editionRepository.UpdateMany(editions);
 }