Esempio n. 1
0
        public string getNext_ID(string id_site, int add_Id = 0)
        {
            AdminGJ oAdmGJ = new AdminGJ();

            ID = oAdmGJ.getNext_GJ_ID(id_site, add_Id);
            return(ID);
        }
Esempio n. 2
0
        /// <summary>
        /// Obtiene el siguiente ID para poliza contable
        /// </summary>
        public PolizaContable()
        {
            AdminGJ oAdmGJ = new AdminGJ();

            _ID = oAdmGJ.getNext_GJ_ID();
        }