mvc-reactFunctionsuseControlleruseController CallableuseController<TContext, TService>(declaration: ControllerDeclaration<TContext, TService>): TServiceuseController<TContext, TService, TProps>(declaration: ControllerDeclaration<TContext, TService>, props: TProps): TServiceReturns a controller instance for the given controller declaration.Type parametersTContext: BaseControllerContextTService: BaseServiceParametersdeclaration: ControllerDeclaration<TContext, TService>Returns TService
Returns a controller instance for the given controller declaration.