0
serdar.genc@talentra.net created
Hi,
I want to use the 'FileDescriptorAppService' service in the FileManagement module inside my other service. By default, 'FileDescriptorAppService' uses container 'FileManagementContainer'. If I want to use another container in my own service, can I use Container as a parameter?
Thanks
- ABP Framework version: v5.0.1
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
3 Answer(s)
-
0
Hi,
Methods of
FileDescriptorAppService
arevirtual
. you can override the method to use other containers. -
0
-
0
Hi,
Can you try this:
[Volo.Abp.DependencyInjection.Dependency(ReplaceServices = true)]