Skip to content
Snippets Groups Projects
Commit 1efb4fb4 authored by Thomas Mewily's avatar Thomas Mewily
Browse files

petit truc en plus 3 fois rien

parent 5547b5a4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -18,4 +18,5 @@ public abstract class _DefaultCore<T extends Entity> { ...@@ -18,4 +18,5 @@ public abstract class _DefaultCore<T extends Entity> {
public T push(T obj) { return dao.push(obj); } public T push(T obj) { return dao.push(obj); }
public void delete(T obj) { dao.push(obj); } public void delete(T obj) { dao.push(obj); }
public T getById(int id) {return dao.getById(id); }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment