This commit is contained in:
Mrx
2026-05-27 13:00:51 +08:00
parent b7fb2a73c9
commit 5cee8ff035
15 changed files with 569 additions and 146 deletions

View File

@@ -1026,6 +1026,7 @@ func NewContainer() *Container {
documentationAppService product.DocumentationApplicationServiceInterface,
formConfigService api_services.FormConfigService,
logger *zap.Logger,
exportManager *export.ExportManager,
) product.ProductApplicationService {
return product.NewProductApplicationService(
productManagementService,
@@ -1034,6 +1035,7 @@ func NewContainer() *Container {
documentationAppService,
formConfigService,
logger,
exportManager,
)
},
fx.As(new(product.ProductApplicationService)),