예제 #1
0
 public async Task <Player> ChangePlayerName(Player player)
 {
     return(await _IRepo.ChangePlayerName(player, player.Name));
 }