package info.ahlberg.spring.dao;

import info.ahlberg.spring.domain.Contact;

public interface ContactDAO extends GenericDAO<Contact, Long> {

}
