48495051525354
* @author Tom Baeyens */ public class IdentityServiceImpl extends ServiceImpl implements IdentityService { public Group newGroup(String groupId) { return commandExecutor.execute(new CreateGroupCmd(groupId)); }
49505152535455