Browse Source

Remove unnecessary code.

pull/6853/head
Halil İbrahim Kalkan 6 years ago
parent
commit
3aa4efaa0a
  1. 4
      framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/WebAssembly/AbpBlazorClientHttpMessageHandler.cs
  2. 4
      framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs

4
framework/src/Volo.Abp.AspNetCore.Components.WebAssembly/Volo/Abp/AspNetCore/Components/WebAssembly/AbpBlazorClientHttpMessageHandler.cs

@ -51,10 +51,6 @@ namespace Volo.Abp.AspNetCore.Components.WebAssembly
return await base.SendAsync(request, cancellationToken);
}
catch (Exception)
{
throw;
}
finally
{
await _uiPageProgressService.Go(-1);

4
framework/src/Volo.Abp.BlazoriseUI/AbpCrudPageBase.cs

@ -8,16 +8,12 @@ using JetBrains.Annotations;
using Localization.Resources.AbpUi;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Components;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Localization;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Application.Services;
using Volo.Abp.AspNetCore.Components;
using Volo.Abp.AspNetCore.Components.Progression;
using Volo.Abp.AspNetCore.Components.WebAssembly;
using Volo.Abp.Authorization;
using Volo.Abp.BlazoriseUI.Components;
using Volo.Abp.ObjectMapping;
namespace Volo.Abp.BlazoriseUI
{

Loading…
Cancel
Save