I have a class with Ninject
but I don't know Ninject so hight.
Why always must type this method?
protected override IController GetControllerInstance(
System.Web.Routing.RequestContext requestContext,
System.Type controllerType)
{
return controllerType == null
? null
: (IController)ninjectKernel.Get(controllerType);
}