Пример #1
0
        public System.Collections.Generic.List <sp_OutDateBookingResult> OutdateBooking()
        {
            HotelManagementDataContext db = new HotelManagementDataContext();

            return(db.sp_OutDateBooking().ToList());
        }