예제 #1
0
        public Exception Alterar_Itbi_Main(Itbi_main Reg)
        {
            Imovel_Data obj = new Imovel_Data(_connection);
            Exception   ex  = obj.Alterar_Itbi_Main(Reg);

            return(ex);
        }
예제 #2
0
        public Exception Incluir_Itbi_main(Itbi_main Reg)
        {
            Imovel_Data obj = new Imovel_Data(_connection);
            Exception   ex  = obj.Incluir_Itbi_main(Reg);

            return(ex);
        }