Class RootPathFolderMapperFactory
Factory class for generating a IRootPathFolderMapper.
Inheritance
System.Object
RootPathFolderMapperFactory
Namespace: MESL.SqlRace.Domain.Repositories.Filestream
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class RootPathFolderMapperFactory : Object
Methods
CreateRootPathFolderMapper()
Creates an instance of IRootPathFolderMapper.
Declaration
public static IRootPathFolderMapper CreateRootPathFolderMapper()
Returns
| Type | Description |
|---|---|
| IRootPathFolderMapper | An instance of the IRootPathFolderMapper used in SQ Race. |