com.evasion.plugin.content.dao.ContributionDAOImpl Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.content.dao;
import com.evasion.dao.api.AbstractJPAGenericDAO;
import com.evasion.entity.content.Contribution;
/**
*
* @author sebastien
*/
public class ContributionDAOImpl extends AbstractJPAGenericDAO{
}