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
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
Hi,
Methods of
FileDescriptorAppServicearevirtual. you can override the method to use other containers.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
Hi,
Can you try this:
[Volo.Abp.DependencyInjection.Dependency(ReplaceServices = true)]Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
