Ejemplo n.º 1
0
 public Score GetScoreByTime(string time)
 {
     return(_connector.GetScoreByTime(playerId, time));
 }