AcManager.Pages.Drive.Srs.ScriptProvider.GetCarName C# (CSharp) Method

GetCarName() public method

public GetCarName ( string carId ) : string
carId string
return string
            public string GetCarName(string carId) {
                return Sync(() => CarsManager.Instance.GetById(carId)?.DisplayName);
            }