Click or drag to resize
VehicleDapperRepoReadAgencyList Method
Gets a list of existing records based on the params provided

Namespace: RMP.WCF.Model.Vehicle
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<AgencyVehicle> ReadAgencyList(
	GetListParams Params
)

Parameters

Params
Type: RMP.WCF.ModelGetListParams
The params to use when selecting records

Return Value

Type: ListAgencyVehicle
A list of the selected records

Implements

IReadAgencyListRepositoryTReadAgencyList(GetListParams)
See Also