Exemplo n.º 1
0
        public double oldAmt(int bID)
        {
            int      index = bookingController.FindIndex(bID);
            DateTime start = bookingController.AllBookings[index].Date;
            DateTime end   = bookingController.AllBookings[index].EndDate;

            return(newAmount(start, end));
        }