package incheon.res.mng.us.vusr.service;

import incheon.res.mng.us.vusr.vo.MngUsVusrVO;

import java.util.List;

public interface MngUsVusrService {

	int countVusr(MngUsVusrVO vo)throws Exception;

	List selectVusrList(MngUsVusrVO vo)throws Exception;

	MngUsVusrVO selectVusr(MngUsVusrVO vo) throws Exception;

}
