package com.nis.dao; import java.util.List; import com.nis.entity.ConfEvent; public interface ConfEventDao { List selectList(); }