Ejemplo n.º 1
0
 /**LLAMADO DE LAS FUNCIONES EN LA CAPA DE DATOS**/
 public DataTable Listar()
 {
     return(odEmpl.ListarEmpleados());
 }