feat: complete SaaS commercial delivery workflows
This commit is contained in:
@@ -114,6 +114,7 @@ public static class DependencyInjection
|
||||
services.AddScoped<IWechatOAuthClient, WechatOAuthClient>();
|
||||
services.AddScoped<IAuthService, AuthService>();
|
||||
services.AddScoped<IAuthAdministrationService, AuthAdministrationService>();
|
||||
services.AddScoped<IOwnerActivationService, OwnerActivationService>();
|
||||
services.AddScoped<IIdentityProvider, SelfHostedIdentityProvider>();
|
||||
services.AddScoped<ICatalogQueryService, CatalogQueryService>();
|
||||
services.AddScoped<ITaxonomyService, TaxonomyService>();
|
||||
@@ -145,6 +146,7 @@ public static class DependencyInjection
|
||||
services.AddScoped<ISaasCatalogAdminService, SaasCatalogAdminService>();
|
||||
services.AddScoped<ITenantBillingService, TenantBillingService>();
|
||||
services.AddScoped<IPlatformBillingAdminService, PlatformBillingAdminService>();
|
||||
services.AddHttpClient<ICommercialBillingProcessor, CommercialBillingProcessor>();
|
||||
services.AddScoped<IPlatformBillingPaymentGateway, PlatformBillingPaymentGateway>();
|
||||
services.AddScoped<IPlatformBillingNotificationService, PlatformBillingNotificationService>();
|
||||
services.AddScoped<IPlatformBillingSettlementService, PlatformBillingSettlementService>();
|
||||
|
||||
Reference in New Issue
Block a user