AutofacTypeRegistrar.

RegisterInstance(Type, object) Method

Syntax

public void RegisterInstance(Type service, object implementation)

Parameters

Name Type Description
service Type
implementation object

Return Value

Type Description
void