Click or drag to resize
IReadAgencyListRepositoryT Interface
Interface to provide structure for reading special records with agency and vehicle info in them

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IReadAgencyListRepository<T>

Type Parameters

T
The type to use

The IReadAgencyListRepositoryT type exposes the following members.

Methods
  NameDescription
Public methodReadAgencyList
Gets a list of existing records based on the params provided
Top
See Also