package info.ahlberg.spring;

public interface ContactDAO extends GenericDAO<Contact, Long> {

}
