DAO commit
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
package DAO;
|
||||
|
||||
public class QuestionDAO {
|
||||
import metier.Question;
|
||||
|
||||
public class QuestionDAO extends GenericDAOImpl<Integer, Question> {
|
||||
public QuestionDAO(){
|
||||
super();
|
||||
this.setClass(Question.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user