C# Class SchoolsNearMe.DependencyResolution.SmDependencyResolver

Thanks to https://github.com/kenstone/WebApiStructureMapDemo / http://notebookheavy.com/2012/06/25/setup-structuremap-with-asp-net-web-api-release-candidate/ for guiding with the setting up of StrutureMap with web api
Inheritance: StructureMapScope, IDependencyResolver, System.Web.Mvc.IDependencyResolver
显示文件 Open project: MrKevHunter/SchoolsNearMe Class Usage Examples

Public Methods

Method Description
BeginScope ( ) : IDependencyScope
SmDependencyResolver ( IContainer container ) : System.Web.Http.Dependencies

Method Details

BeginScope() public method

public BeginScope ( ) : IDependencyScope
return IDependencyScope

SmDependencyResolver() public method

public SmDependencyResolver ( IContainer container ) : System.Web.Http.Dependencies
container IContainer
return System.Web.Http.Dependencies