temp
This commit is contained in:
@@ -6,5 +6,7 @@ namespace TechHelper.Server.Services
|
||||
public interface IUserSerivces : IBaseService<User, Guid>
|
||||
{
|
||||
Task<ApiResponse> GetStudentDetailInfo(Guid userId);
|
||||
Task<ApiResponse> RestoreUserRoleInformation(User user);
|
||||
Task<ApiResponse> VerifyUserInformation(Guid userId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user