summaryrefslogtreecommitdiff
path: root/Services/IUserAccountService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Services/IUserAccountService.cs')
-rw-r--r--Services/IUserAccountService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/IUserAccountService.cs b/Services/IUserAccountService.cs
index 900e562..56c665c 100644
--- a/Services/IUserAccountService.cs
+++ b/Services/IUserAccountService.cs
@@ -4,5 +4,6 @@ using BackendPIA.Models;
namespace BackendPIA.Services {
public interface IUserAccountService {
public Task<IdentityResult> CreateUserAccount(UserAccount user, string password, string role);
+ public Task<UserAccount> GetUserAccount(string email);
}
} \ No newline at end of file