C# Class DISamples.Domain.Application.Web.DomainDependencyResolver

Inheritance: IDependencyResolver
Show file Open project: dpdonahue/What-Is-Dependency-Injection-

Public Methods

Method Description
DomainDependencyResolver ( IoCContainer container ) : System
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

DomainDependencyResolver() public method

public DomainDependencyResolver ( IoCContainer container ) : System
container IoCContainer
return System

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable