Click or drag to resize
AgencyXServiceAreaDapperRepoUpdate Method
Updates an existing record

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

Parameters

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

Return Value

Type: AgencyXServiceArea
The updated record

Implements

IRepositoryTUpdate(T)
See Also