Interface NotificationDAO

All Superinterfaces:
DAO<Notification>
All Known Subinterfaces:
NotificationRepo, NotificationRepo

public interface NotificationDAO extends DAO<Notification>