notification dao

Change-Id: I87236e7979859895d1e2ba405a862c1a60a42bfc
This commit is contained in:
joha-asc 2011-07-12 15:13:54 +02:00
parent 5a387c3f94
commit 7821553fb2

@ -0,0 +1,18 @@
/**
*
*/
package se.su.dsv.scipro.data.dao.interfaces;
import se.su.dsv.scipro.data.dataobjects.Notification;
/**
* @author Johan Aschan - aschan@dsv.su.se
*
*/
public interface NotificationDao extends Dao<Notification>{
}