feat: 新增租户管理端 TenantApi 并移除旧 API
This commit is contained in:
@@ -444,7 +444,6 @@ public sealed class DictionaryApiTests
|
||||
new DictionaryItemRepository(context),
|
||||
cache,
|
||||
tenantProvider,
|
||||
new HttpContextAccessor { HttpContext = new DefaultHttpContext() },
|
||||
NullLogger<DictionaryCommandService>.Instance);
|
||||
}
|
||||
|
||||
@@ -496,7 +495,6 @@ public sealed class DictionaryApiTests
|
||||
cache,
|
||||
tenantProvider,
|
||||
currentUser,
|
||||
new HttpContextAccessor { HttpContext = new DefaultHttpContext() },
|
||||
NullLogger<DictionaryImportExportService>.Instance);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user