package org.exoplatform.commons.notification.impl.jpa.web.dao;
import org.exoplatform.commons.notification.impl.jpa.web.entity.WebParamsEntity;
import org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl;
public class WebParamsDAO extends GenericDAOJPAImpl<WebParamsEntity, Long> {
}