AutofacWebAPISample.APIs.CarsController.Get C# (CSharp) Method

Get() public method

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

            return _carsService.GetCars();
        }
    }
CarsController