C# Class MyWalletz.Infrastructure.ComponentConfig.DependencyResolver

Inheritance: System.Web.Mvc.IDependencyResolver, System.Web.Http.Dependencies.IDependencyResolver
Mostra file Open project: kazimanzurrashid/my-walletz-angular

Public Methods

Method Description
BeginScope ( ) : System.Web.Http.Dependencies.IDependencyScope
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

BeginScope() public method

public BeginScope ( ) : System.Web.Http.Dependencies.IDependencyScope
return System.Web.Http.Dependencies.IDependencyScope

Dispose() public method

public Dispose ( ) : void
return void

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