ICliServiceContainer.RegisterTransient Method
Namespace: DensoCreate.Cli.Framework
Description
Registers a new class each time it is created.
Argument
| Name | Type | Description |
|---|
| tInterface | Type | Interface to register |
| tImpl | Type | Concrete class to register |
Return value