The goal of this software – developped in C# .NET and WPF – is to manage a campsite:
-‐ Add / Amend / Delete a Camper,
-‐ Add / Amend / Delete a Booking,
-‐ Edit a Bill.
For bookings, an algorithm is written to optimize the site attribution.
The solution contains 3 projects:
-‐ The Business Layer (C#)
-‐ The Graphical User Interface Layer (C# and Windows Presentation Fundation)
-‐ The Test Layer (C#)