BSCS-32E1-HOSPITAL-MANAGEMENT-SYSTEM / ELEC2024_HOSPITAL_BSCS_32E1

Elective 3 - Hospital Management System
0 stars 1 forks source link

Models - IdentityModels.cs #27

Closed WarrenNSR closed 3 months ago

WarrenNSR commented 3 months ago

Create a model that defines the ApplicationUser class, which extends the built-in IdentityUser class provided by ASP.NET Identity, adding custom properties specific to the application. It must define ApplicationDbContext class, which extends IdentityDbContext to include DbSet properties for various entities in the hospital management system. This setup is essential for user authentication, authorization, and database operations within the system.