Esempio n. 1
0
        public Exception Alterar_Itbi_Forum(string p, short s, string msg)
        {
            Imovel_Data obj = new Imovel_Data(_connection);
            Exception   ex  = obj.Alterar_Itbi_Forum(p, s, msg);

            return(ex);
        }