Click or drag to resize
BatchHubRepositoryProviderCreateRepositoryFactory Method
Creates a IDatabaseRepositoryFactory instance that is initialized with the common configuration settings.

Namespace: PDTec.IceNet.Domain.BatchHub.Web.Internal
Assembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static IDatabaseRepositoryFactory CreateRepositoryFactory()

Return Value

Type: IDatabaseRepositoryFactory
The repository factory.
See Also