IVehicle |
public interface IVehicleService : IVehicleQueryService, IBusinessService
The IVehicleService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of Vehicles matching the specified filter.
(Inherited from IVehicleQueryService) | |
GetAll |
Gets all Vehicles
(Inherited from IVehicleQueryService) | |
GetSingle |
Gets a single Vehicle matching the provided filter.
(Inherited from IVehicleQueryService) |