Exemplo n.º 1
0
        private void FillAllRatings()
        {
            SQLConnections sql = new SQLConnections();

            AllRatings = sql.GetAllRatings();
        }