Метод | Описание | |
---|---|---|
CarsController ( ICarService carService ) : Business.Abstract |
Метод | Описание | |
---|---|---|
GetCarDetails ( ) : IActionResult | ||
GetCarDetailsByBrandName ( string brandName ) : IActionResult | ||
GetCarDetailsByColorName ( string colorName ) : IActionResult | ||
GetCarsByBrandId ( int brandId ) : IActionResult | ||
GetCarsByColorId ( int colorId ) : IActionResult |
public CarsController ( ICarService carService ) : Business.Abstract | ||
carService | ICarService | |
Результат | Business.Abstract |