Exemplo n.º 1
0
 public RankViewModel GeByPlayerName([FromRoute] string playerName)
 {
     return(_rankService.GetByPlayerName(playerName));
 }