/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package mx.edu.um.mateo.rh.dao; import mx.edu.um.mateo.general.model.Usuario; /** * * @author develop */ public interface TraspasoDatosEmpleadoDao { public void traspaso(Usuario usuario); }