Ejemplo n.º 1
0
 public PlayerStats GetPlayerStats(Guid playerId)
 {
     try
     {
         return(_infoController.GetPlayerStats(playerId));
     }
     catch (EmptyResultsException e)
     {
         throw new FaultException <EmptyResultsFault>(new EmptyResultsFault());
     }
 }