Add Volo.Abp.TenantManagement.HttpApi.Client package to Volo.Abp.TenantManagement.Blazor.WebAssembly

pull/8118/head
Halil İbrahim Kalkan 5 years ago
parent 21eb8cfb15
commit d06169bd98

@ -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>

Loading…
Cancel
Save