package incheon.res.rdm.dc.cstcom.service;


import incheon.res.rdm.com.perinfo.vo.RdmComPerinfoVO;

public interface RdmDcCstcomService {

	int receiveCstcom(RdmComPerinfoVO vo) throws Exception;

	int demandCstcom(RdmComPerinfoVO vo) throws Exception;

	void checkCompleteCstcom(RdmComPerinfoVO vo) throws Exception;
}
