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

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

public interface EscalafonDAO {

  public JSONObject obtenerEscalafonAreaCargoTipoPago(AreaCargoTipoPagoBean actp);

}