Ejemplo n.º 1
0
        public MovieBookingService(Infrastructure.IBus bus)
        {
            this.bus = bus;

            this.cinemaList = new List<string>() { "Streatham", "Brixton", "West Norwood" };
            this.movieList = new List<string>() { "Captain America", "Thor", "The Hunger Games", "The Hunt for Red October" };
        }
Ejemplo n.º 2
0
        public MovieBookingService(Infrastructure.IBus bus)
        {
            this.bus = bus;

            this.cinemaList = new List <string>()
            {
                "Streatham", "Brixton", "West Norwood"
            };
            this.movieList = new List <string>()
            {
                "Captain America", "Thor", "The Hunger Games", "The Hunt for Red October"
            };
        }