AcManager.Tools.Helpers.Api.Rsr.RsrApiProvider.GetUrl C# (CSharp) 메소드

GetUrl() 개인적인 정적인 메소드

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