package itn.let.mjo.rejt.service;

import java.util.List;

public interface MjonRejectService {
	
	public String insertRejectLog(MjonRejectVO rejectVO) throws Exception;
	
	List<MjonRejectVO> selectRejectList(MjonRejectVO rejectVO) throws Exception;

}
