C# Class EasyMVC.Infrastructure.ControllerFinder

Inheritance: IControllerFinder
Show file Open project: hhariri/EasyMVC

Public Methods

Method Description
ControllerFinder ( IControllerFinderConfiguration controllerFinderConfiguration ) : System
GetControllers ( Assembly assembly ) : IList

Method Details

ControllerFinder() public method

public ControllerFinder ( IControllerFinderConfiguration controllerFinderConfiguration ) : System
controllerFinderConfiguration IControllerFinderConfiguration
return System

GetControllers() public method

public GetControllers ( Assembly assembly ) : IList
assembly System.Reflection.Assembly
return IList