package kcc.let.uat.uia.service; public interface CertService { void insertCert(CertVO certVO) throws Exception; }