C# Class Griffin.Container.Mvc3.ContainerRegistrarExtensions

Extension methods for the HTTP integration
Exibir arquivo Open project: jgauffin/Griffin.Container

Public Methods

Method Description
RegisterControllers ( this registrar, Assembly assembly ) : void

Register all controllers

Method Details

RegisterControllers() public static method

Register all controllers
public static RegisterControllers ( this registrar, Assembly assembly ) : void
registrar this The registrar
assembly System.Reflection.Assembly Assembly to scan.
return void