Aug 24, 2024
Room Types:
User Functionality:
jackcup@gmail.com
.Cart Functionality:
Payment Process:
Creating the Project:
Project Structure:
HotelProject.Web
(web app)HotelProject.BLL
(Business Logic Layer)HotelProject.Models
HotelProject.ViewModels
HotelProject.Utility
Models:
ApplicationUser
inherits from IdentityUser
.Controllers:
Database Context:
ApplicationDbContext
class inherits IdentityDbContext
.Repository Pattern Implementation:
IGenericRepository
defines methods for CRUD operations.Service Layer:
RoomTypeViewModel
).