Exemplo n.º 1
0
 public List <PlayerInBattle> GetAllBattles(Player player)
 {
     return(repoPlayerInBattle.Get(player.PlayerId));
 }