C# Class DeveloperMediaDemo.AppStart.ContainerConfig

Wires up the Inversion of Control framework (Autofac)
Datei anzeigen Open project: JohannesHoppe/DeveloperMediaDemo

Public Methods

Method Description
RegisterDependencyResolver ( ) : void

Private Methods

Method Description
SetMvcResolver ( ILifetimeScope container ) : void

Set the dependency resolver for Web API.

SetWebApiResolver ( ILifetimeScope container ) : void

Set the dependency resolver for MVC.

Method Details

RegisterDependencyResolver() public static method

public static RegisterDependencyResolver ( ) : void
return void