C# Class Composable.CQRS.Windsor.DocumentDbRegistrationExtensions

Show file Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
RegisterSqlServerDocumentDb ( this @this, SqlServerDocumentDbRegistration registration, string connectionName, Dependency sessionInterceptor = null ) : SqlServerDocumentDbRegistration

Method Details

RegisterSqlServerDocumentDb() public static method

public static RegisterSqlServerDocumentDb ( this @this, SqlServerDocumentDbRegistration registration, string connectionName, Dependency sessionInterceptor = null ) : SqlServerDocumentDbRegistration
@this this
registration SqlServerDocumentDbRegistration
connectionName string
sessionInterceptor Dependency
return SqlServerDocumentDbRegistration