Пример #1
0
 public void CreateTables()
 {
     _connector.CreateGamesTable();
     _connector.CreateScoresTable();
 }