Click or drag to resize
AgencyDapperRepoUpdate Method
Updates an Record that is already created in storage

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 Update(
	Agency Record
)

Parameters

Record
Type: RMP.WCF.Model.AgencyAgency
The record to update

Return Value

Type: Agency
The updated record

Implements

IRepositoryTUpdate(T)
See Also