/HotelBooking_Layered

Layered ASP.NET Core MVC implementation of hotel booking application

Primary LanguageC#

HotelBooking_Layered

Layered ASP.NET Core MVC implementation of hotel booking application, where dependency injection has intentionally been left out.

The solution consists of the following projects:

HotelBookingStartupProject: An ASP.NET Core 2.1 project containing the user interface code.

HotelBooking.BusinessLogic: A .NET Core 2.1 Class Library project containing the business logic.

HotelBooking.Data: A .NET Core 2.1 Class Library project containing the data access code.

HotelBooking.Models: A .NET Standard 2.0 Class Library project containing the model classes.