Example #1
0
        public bool InsertarEmpleado()
        {
            EmpleadoCAD inEmp  = new EmpleadoCAD();
            bool        insert = false;

            insert = inEmp.InsertarEmpleado(this);
            return(insert);
        }