From 8ce73ca2c0f7d5fc56a3c2abc37b89f20b160397 Mon Sep 17 00:00:00 2001 From: Ahmet Date: Wed, 23 Sep 2020 16:57:11 +0300 Subject: [PATCH] Update Manage.razor.cs --- .../src/Volo.Abp.Account.Blazor/Pages/Account/Manage.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/Manage.razor.cs b/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/Manage.razor.cs index b1e1b6c2bd..7dfee0da53 100644 --- a/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/Manage.razor.cs +++ b/modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/Manage.razor.cs @@ -9,7 +9,7 @@ using Volo.Abp.ObjectMapping; namespace Volo.Abp.Account.Blazor.Pages.Account { - public class AccountManageBase : OwningComponentBase + public abstract class AccountManageBase : OwningComponentBase { [Inject] protected IAccountAppService AccountAppService { get; set; } [Inject] protected IProfileAppService ProfileAppService { get; set; }