Click or drag to resize

FactoryGetServiceT Method

Gets a service of type T using the current scope.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual T GetService<T>()

Type Parameters

T

Return Value

Type: T
See Also