Click or drag to resize
AttachmentDapperRepoCreate Method
Creates a new Record

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

Parameters

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

Return Value

Type: Attachment
The newly created Record

Implements

IRepositoryTCreate(T)
See Also