AutofacTypeRegistrar.

Register(Type, Type) Method

Summary

Registers a service with its implementation.

Syntax

public void Register(Type service, Type implementation)

Parameters

Name Type Description
service Type The service type.
implementation Type The implementation type.

Return Value

Type Description
void