Project

General

Profile

Download (166 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.cdm.persistence.dao.common;
2

    
3
import eu.etaxonomy.cdm.model.agent.Agent;
4

    
5
public interface IAgentDao extends IIdentifiableDao<Agent> {
6
	
7
}
(6-6/12)