Ejemplo n.º 1
0
 public Match ModifyMatch(Match newMatch)
 {
     return MatchAccessor.ModifyMatch(newMatch);
 }
Ejemplo n.º 2
0
 public Match CreateMatch(Match match)
 {
     return MatchAccessor.CreateMatch(match);
 }