Beispiel #1
0
 public void AddGame(string name, [FromBody] Game game)
 {
     playerService.AddGame(name, game);
 }