Example #1
0
        public static void Actualizar_Tipo_Identificacion(TIPOS_IDENTIFICACIONES obj)
        {
            D_Tipo_Identificacion Metodo = new D_Tipo_Identificacion();

            Metodo.Actualizar_Tipo_Identificacion(obj);
        }
Example #2
0
        public static void Insertar_Tipo_Identificacion(TIPOS_IDENTIFICACIONES obj)
        {
            D_Tipo_Identificacion Metodo = new D_Tipo_Identificacion();

            Metodo.Insertar_Tipo_Identificacion(obj);
        }