bug fix:correct return param
This commit is contained in:
parent
4649a4ec3a
commit
684954efee
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user