C# Class BeiDream.Core.Dependency.BasicConventionalRegistrar

基础的依赖注入实现类(对实现了ITransientDependency,ISingletonDependency,IInterceptor这三个接口的实例进行自动注册)
Inheritance: IConventionalDependencyRegistrar
Show file Open project: BeiMeng/BeiDream

Public Methods

Method Description
RegisterAssembly ( IConventionalRegistrationContext context ) : void

Method Details

RegisterAssembly() public method

public RegisterAssembly ( IConventionalRegistrationContext context ) : void
context IConventionalRegistrationContext
return void