@ -5,7 +5,8 @@ namespace Volo.Abp.TenantManagement.Blazor.WebAssembly
{
[DependsOn(
typeof(AbpTenantManagementBlazorModule),
typeof(AbpAspNetCoreComponentsWebAssemblyThemingModule)
typeof(AbpAspNetCoreComponentsWebAssemblyThemingModule),
typeof(AbpTenantManagementHttpApiClientModule)
)]
public class AbpTenantManagementBlazorWebAssemblyModule : AbpModule
@ -13,6 +13,7 @@
<ItemGroup>
<ProjectReference Include="..\Volo.Abp.TenantManagement.Blazor\Volo.Abp.TenantManagement.Blazor.csproj" />
<ProjectReference Include="..\Volo.Abp.TenantManagement.HttpApi.Client\Volo.Abp.TenantManagement.HttpApi.Client.csproj" />
</ItemGroup>
</Project>