示例#1
0
        public void ActualizarDatos(string nom1, string nom2,
                                    string apell1, string apell2,
                                    string tel, string correo, string cedula, string direccion)
        {
            Empleado e = new Empleado(nom1, nom2, apell1, apell2, tel, correo, cedula, direccion);

            e.ActualizarDatos(e);
        }