Click or drag to resize
AgencyDapperRepoCreate Method
Creates a new Record

Namespace: RMP.WCF.Model.Agency
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Agency Create(
	Agency Record
)

Parameters

Record
Type: RMP.WCF.Model.AgencyAgency
The Record to be created

Return Value

Type: Agency
The newly created Record

Implements

IRepositoryTCreate(T)
See Also