ActionMethodSelectorSample.Controllers.CarsController.Get C# (CSharp) Method

Get() public method

public Get ( ) : string[]
return string[]
        public string[] Get() {

            return GetCars();
        }
CarsController