IControllerFactoryGetControllerT Method |
Get a controller instance of type
IController defined by T
Namespace:
Crosser.Common.Utilities.Factories
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax T GetController<T>()
where T : class, IController
Type Parameters
- T
- The concrete controller to get
Return Value
Type:
TA instance of the
IController of type T
See Also