Method | Description | |
---|---|---|
AddManufacturer ( |
||
AddNewVehicle ( |
||
DeleteManufacturerById ( int id ) : bool | ||
DeleteVehicleById ( int id ) : bool | ||
EditManufacturer ( |
||
EditVehicle ( |
||
GetAllManufacturers ( ) : IEnumerable |
||
GetAllManufacturersAsList ( ) : IEnumerable |
||
GetAllVehicles ( ) : IEnumerable |
||
GetManufacturerById ( int id ) : |
||
GetVehicleById ( int id ) : |
public AddManufacturer ( |
||
newItem | ||
return |
public AddNewVehicle ( |
||
newItem | ||
return |
public DeleteManufacturerById ( int id ) : bool | ||
id | int | |
return | bool |
public EditManufacturer ( |
||
newItem | ||
return |
public EditVehicle ( |
||
newItem | ||
return |
public GetAllManufacturersAsList ( ) : IEnumerable |
||
return | IEnumerable |
public GetManufacturerById ( int id ) : |
||
id | int | |
return |
public GetVehicleById ( int id ) : |
||
id | int | |
return |