package fr.openwide.core.test.business.person.service; import fr.openwide.core.jpa.business.generic.service.IGenericEntityService; import fr.openwide.core.test.business.person.model.PersonReference; public interface IPersonReferenceService extends IGenericEntityService<Long, PersonReference> { }