package incheon.res.rdm.oe.regnal.service;

import java.util.List;

public interface RdmOeRegnalService {
	/**
	 * @MethodDESC : 사용자 등록 현황 리스트
	 */
	List selectRegnalUserList() throws Exception;

	/**
	 * @MethodDESC : 신청자(유관기관) 등록현황
	 */
	List selectRegnalOrgList() throws Exception;
}
