Esempio n. 1
0
    public Score[] GetScoresByYear(DateTime year)
    {
        string yearString = year.ToString(_connector.timeFormat);

        return(_connector.GetScoresByYear(playerId, gameId, yearString));
    }