Beispiel #1
0
 public void AddRange(IEnumerable <Match> matches)
 {
     _matchRepository.AddRange(matches);
 }