chore: add documentation comments and stylecop rules
This commit is contained in:
@@ -11,8 +11,6 @@ namespace TakeoutSaaS.Module.Tenancy;
|
||||
/// <param name="tenantContextAccessor">租户上下文访问器</param>
|
||||
public sealed class TenantProvider(ITenantContextAccessor tenantContextAccessor) : ITenantProvider
|
||||
{
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public long GetCurrentTenantId()
|
||||
=> tenantContextAccessor.Current?.TenantId ?? 0;
|
||||
|
||||
Reference in New Issue
Block a user