package org.egl_cepgl.pm.service;

public interface RoleService {
    void assignRole(String userId,String roleName);
}
