Exemplo n.º 1
0
 public RankViewModel GeByPalyerId([FromRoute] string playerId)
 {
     return(_rankService.GetByPlayerId(playerId));
 }