Click or drag to resize
AgencyXServiceAreaDapperRepoCreate Method
Creates a new 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 Create(
	AgencyXServiceArea Record
)

Parameters

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

Return Value

Type: AgencyXServiceArea
The Created record

Implements

IRepositoryTCreate(T)
See Also