Пример #1
0
        private static void addTestData()
        {
            PlaysClass.addPlay("DeletedPlay", 0);
            ShowingsClass.addShowing(1, "2017-06-24 17:00", 50, 25, 12.5);
            CustomerClass.newCustomer("DeletedCustomerFirstName", "DeletedCustomerLastName", "", "");

            //BookingsClass bookingClass = new BookingsClass();
            //SeatBookingClass seatBookingClass = new SeatBookingClass("UpperCircle","A",10,1);
            //List<SeatBookingClass> seatBookingClassList = new List<SeatBookingClass>();
            //bookingClass.newBooking(1, "18/06/2017 12:00", 0, seatBookingClassList);
        }