This repository contains a simple hotel reservation library that is in need of refactoring.
The library is used by a client application to create a hotel reservation.
- Clone this repository
- Apply your knowledge of SOLID design principles and OO design patterns to refactor the TeachTown.Refactoring.CSharp.HotelReservationLibrary project.
- DO NOT modify the TeachTown.Refactoring.CSharp.HotelReservationClient project. All refactorings to the HotelReservationLibrary project should be backwards compatible with the client.
- DO NOT remove the static modifier from the ReservationDb class.