Exemplo n.º 1
0
 public void DeleteMatch(Match match)
 {
     _DataAccess.DeleteMatch(match);
 }