/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package mx.edu.um.mateo.contabilidad.facturas.dao;
/**
*
* @author develop
*/
public interface CCPDao {
public boolean obtiene(String folio);
}