Method | Description | |
---|---|---|
DeleteCar ( int id ) : |
||
Get ( ) : IEnumerable |
||
GetCar ( int id ) : Car | ||
PostCar ( Car car ) : |
||
PutCar ( int id, Car car ) : Car |
public DeleteCar ( int id ) : |
||
id | int | |
return |
public PostCar ( Car car ) : |
||
car | Car | |
return |