AutoFake.

Provide<TService>(TService) Method

Summary

Resolve the specified type in the container (register specified instance if needed).

Syntax

public TService Provide<TService>(TService instance) where TService : class

Type Parameters

Name Description
TService The type of the service.

Parameters

Name Type Description
instance TService The instance to register if needed.

Return Value

Type Description
TService The instance resolved from container.