/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package mx.edu.um.mateo.colportor.dao; /** * * @author osoto */ public interface TraspasoDao { public void traspasaColportores() throws Exception; public void traspasaTemporadasColportor() throws Exception; public void traspasaDocumentos() throws Exception; }