Esempio n. 1
0
        //-------------------
        //Insert PerIdentifica POO
        //-------------------
        public bool Insert_PerIdentifica(PerIdentifica Objeto)
        {
            DA_Personas Obj = new DA_Personas();

            return(Obj.Insert_PerIdentifica(Objeto));
        }