AutofacWebAPISample.APIs.CarsController.Get C# (CSharp) Méthode

Get() public méthode

public Get ( ) : string[]
Résultat string[]
        public string[] Get() {

            return _carsService.GetCars();
        }
    }
CarsController