Example #1
0
 public void DeleteMatchPerson(MatchPerson matchPerson)
 {
     _matchRepository.DeleteMatchPerson(matchPerson);
 }