Exemplo n.º 1
0
        static void Main(string[] args)
        {
            BettingPlatformEmulator bettingPlatformEmulator = new BettingPlatformEmulator();

            bettingPlatformEmulator.Start();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            BettingPlatformEmulator test = new BettingPlatformEmulator();

            test.Start();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            var betPlatform = new BettingPlatformEmulator();

            betPlatform.Start();
        }