Пример #1
0
        //-------------------
        //Insert PerIdentifica POO
        //-------------------
        public bool Insert_PerIdentifica(PerIdentifica Objeto)
        {
            DA_Persona Obj = new DA_Persona();

            return(Obj.Insert_PerIdentifica(Objeto));
        }