Exemplo n.º 1
0
 public void deletePlayer(string name)
 {
     repo.deletePlayer(name);
 }