package itn.com.cmm.service;

import itn.com.cmm.ReadVO;

public interface ReadService {
	
	public ReadVO selectReadYn(ReadVO readVO) throws Exception;
	
	public void insertReadYn(ReadVO readVO) throws Exception;
}
