Click or drag to resize
AgencyXServiceAreaDapperRepoReadList Method
Gets records based on the provided parameters

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

Parameters

Params
Type: RMP.WCF.ModelGetListParams
The parameters to use GetListParams

Return Value

Type: ListAgencyXServiceArea

Implements

IRepositoryTReadList(GetListParams)
See Also