| Overload | Description |
|---|---|
| AddTransient(Type,Type) | Adds a transient service of the type specified in TService with an instance specified in implementationInstance to the specified Microsoft.Extensions.DependencyInjection.IServiceCollection. |
| AddTransient<T,TT>() | Adds a transient service of the type specified in TService with an instance specified in implementationInstance to the specified Microsoft.Extensions.DependencyInjection.IServiceCollection. |