AcManager.Tools.Helpers.Api.Rsr.RsrApiProvider.GetUrl C# (CSharp) Method

GetUrl() private static method

private static GetUrl ( int eventId ) : string
eventId int
return string
        private static string GetUrl(int eventId) {
            return $"http://www.radiators-champ.com/RSRLiveTiming/index.php?page=event_rank&eventId={eventId.ToInvariantString()}";
        }