bug fix:correct return param
This commit is contained in:
@@ -24,5 +24,5 @@ public interface RolesService {
|
||||
|
||||
public Users AssignRoleToUser(Long userId, Long roleId);
|
||||
|
||||
public Users getUserRoleById(Long userId);
|
||||
public List<Optional<Roles>> getUserRoleById(Long userId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user