17 lines
576 B
C#
17 lines
576 B
C#
using Tiku.Application.Commerce;
|
|
using Tiku.Application.Jobs;
|
|
using Tiku.Application.Security;
|
|
using Tiku.Application.Tenancy;
|
|
using Tiku.Infrastructure.Persistence;
|
|
|
|
namespace Tiku.Infrastructure.Commerce;
|
|
|
|
internal sealed partial class CommerceAdminService(
|
|
TikuDbContext dbContext,
|
|
ITenantSecretProtector tenantSecretProtector,
|
|
ITenantExternalProviderConfigService providerConfigService,
|
|
ICurrentAccessContext currentAccessContext,
|
|
IBackgroundJobQueue backgroundJobQueue,
|
|
IBackgroundJobOperations backgroundJobOperations) : ICommerceAdminService
|
|
{
|
|
} |