adding admin exists api
This commit is contained in:
parent
8156aeb495
commit
f8d7581a12
3 changed files with 31 additions and 0 deletions
|
@ -15,5 +15,6 @@ namespace API.Interfaces
|
|||
Task<AppUser> GetUserByUsernameAsync(string username);
|
||||
Task<IEnumerable<MemberDto>> GetMembersAsync();
|
||||
Task<MemberDto> GetMemberAsync(string username);
|
||||
Task<bool> AdminExists();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue