KerryK2021 / Plumbing-Company-Appointment-System

0 stars 0 forks source link

Create DB context #17

Open KerryK2021 opened 5 months ago

KerryK2021 commented 5 months ago

Description Create BaseContext and AquaTrackContext files to manage database interactions for the application.

BaseContext should implement common db configs ans functionalities that will be shared.

AquaTrackContext should inherit from BaseContext and implement specific db configs and functions.

Define a DBSet for each entity.

Configure the db connection in appSetings.json.