Show / Hide Table of Contents

Class ServicesFactory

Generic services factory.

Inheritance
System.Object
ServicesFactory
Namespace: MESL.SqlRace.Domain.Services
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ServicesFactory : Object

Constructors

ServicesFactory()

Declaration
public ServicesFactory()

Fields

Instance

Factory instance.

Declaration
public static ServicesFactory Instance
Field Value
Type Description
ServicesFactory

Methods

CreateDistanceModeSettingService()

Returns and instance of IDistanceModeSettingService.

Declaration
public IDistanceModeSettingService CreateDistanceModeSettingService()
Returns
Type Description
IDistanceModeSettingService
Back to top Generated by DocFX