notification dao
Change-Id: I87236e7979859895d1e2ba405a862c1a60a42bfc
This commit is contained in:
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>{
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user