Beispiel #1
0
 public IActionResult getPlayer(string name)
 {
     return(Ok(_repo.GetPlayer(name)));
 }