Method | Description | |
---|---|---|
Add ( Models.Car car ) : IView | ||
CarsController ( ) : Cars.Contracts | ||
CarsController ( ICarsRepository data ) : Cars.Contracts | ||
Details ( int id ) : IView | ||
Index ( ) : IView | ||
Search ( string condition ) : IView | ||
Sort ( string parameter ) : IView |
public CarsController ( ICarsRepository data ) : Cars.Contracts | ||
data | ICarsRepository | |
return | Cars.Contracts |