0
antonis created
How does Apb registers IApplicationService as transient instance?
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
3 Answer(s)
-
0
By default it is
ITransientDependencypublic interface IApplicationService : ITransientDependency { }Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Yes I understand that. How is this registered to the container?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Please refer to: https://aspnetboilerplate.com/Pages/Documents/Dependency-Injection#asp-net-boilerplate-dependency-injection-infrastructure
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)