Click or drag to resize
AgencyXServiceAreaDapperRepo Constructor
Creates a new dapper repository using the given connection string

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 AgencyXServiceAreaDapperRepo(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection String to the SQL Server
See Also