|
|
|
@ -82,8 +82,6 @@ public class TenantSynchronizer : |
|
|
|
} |
|
|
|
|
|
|
|
protected virtual async Task RemoveCacheItemAsync(Guid tenantId, string tenantName = null) |
|
|
|
{ |
|
|
|
using (_currentTenant.Change(null)) |
|
|
|
{ |
|
|
|
using (_currentTenant.Change(null)) |
|
|
|
{ |
|
|
|
@ -94,5 +92,4 @@ public class TenantSynchronizer : |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|