Update Manage.razor.cs

pull/5599/head
Ahmet 5 years ago
parent 5c4a31a9a2
commit 8ce73ca2c0

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