FormacionAcademicaDAO.java 231 Bytes
Newer Older
Luis Gangas committed
1 2 3 4 5 6 7 8 9
package trismegistoplanilla.dao;

import org.json.JSONObject;
import trismegistoplanilla.beans.PersonaBean;

public interface FormacionAcademicaDAO {

  public JSONObject obtenerFormacionAcademicaPorPersona(PersonaBean persona);
}