Example #1
0
        public void Call_SP_EstadoProduto()
        {
            string SQL = "CALL sp_estado_estoque()";

            cmd.CommandText = SQL;

            bd.Call_StoredProcedure(cmd);
            if (bd.Cont > 0)
            {
                bd.Cont = 0;
            }
        }