mvcFunctionsdeclareControllerdeclareController CallabledeclareController<TService>(factory: ControllerFactory<BaseControllerContext, TService>): ControllerDeclaration<BaseControllerContext, TService>declareController(): ControllerDeclarationBuilder<BaseControllerContext>Returns a new controller declaration using the given factoryType parametersTService: BaseServiceParametersfactory: ControllerFactory<BaseControllerContext, TService>Returns ControllerDeclaration<BaseControllerContext, TService>
Returns a new controller declaration using the given factory