Exemplo n.º 1
0
    bool IsClearTheTable()
    {
        if (dealer.CheckClearTheTable())
        {
            return(true);
        }

        return(false);
    }