Example #1
0
 public async Task RemovePlayer(int id)
 {
     await repo.RemovePlayer(id);
 }