Beispiel #1
0
 public async Task <string> Post([FromBody] Player player)
 {
     return(await _playerAppService.Create(player));
 }