C# Class Masonry.Core.Composition.CompositionScopeDependencyResolver

Inheritance: IDependencyResolver
Show file Open project: DenisVuyka/Masonry

Public Methods

Method Description
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable

Method Details

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