예제 #1
0
 public void deletePlayer(string name)
 {
     repo.deletePlayer(name);
 }