Exemplo n.º 1
0
 //DELETE EMPLEADOS
 public static bool deleteEmpleado(int id)
 {
     return(EmpleadoDAL.deleteEmpleado(id));
 }