Example #1
0
 public void DeleteAllInRound(string eventName, int round)
 {
     _matchRepository.DeleteAllInRound(eventName, round);
 }