Template
mirror of
https://github.com/egmont11/ASP.Net-Core-MVC-Template.git
synced 2026-07-24 07:09:56 +02:00
Added some GDPR things (data export, deletion, edit)
This commit is contained in:
@@ -10,4 +10,6 @@ public interface IAuthService
|
||||
Task<ServiceResult<UserModel>> RegisterAsync(AuthRegisterViewModel model);
|
||||
Task LogoutAsync();
|
||||
Task<ServiceResult> DeleteUserAsync(UserModel user);
|
||||
Task<ServiceResult> UpdateProfileAsync(int userId, ProfileViewModel model);
|
||||
Task<ServiceResult<object>> GetUserDataAsync(int userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user