Browse Source

Update Manage.razor.cs

pull/5599/head
Ahmet 6 years ago
parent
commit
8ce73ca2c0
  1. 2
      modules/account/src/Volo.Abp.Account.Blazor/Pages/Account/Manage.razor.cs

2
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; }

Loading…
Cancel
Save