Commit Graph

9 Commits (master)

Author SHA1 Message Date
Amir Hossein Khademi ab56bf3c20 Downgrade target frameworks and update dependencies
- Downgraded target frameworks from net9.0 to net8.0 in multiple projects.
- Updated package references to older versions across various projects.
- Added and updated using directives in several files for better dependency management.
- Modified `Student` entity to make `SectionId` nullable and updated related methods.
- Introduced new migration files to reflect schema changes in the database.
- Added new `ValidationException` and `ValidationBehavior` classes for improved validation handling.
- Updated `launchUrl` in `launchSettings.json` to include `/swagger/v1`.
- Reformatted constructor parameters in `Patient.cs` for better readability.
- Removed `Sections` property from `University.cs`.
- Changed `PatientId` and `Patient` properties in `MedicalHistory.cs` to internal.
2025-01-12 12:16:24 +03:30
Amir Hossein Khademi 1ceb063d14 chore ( UpdatePackages ) 2024-09-27 15:11:03 +03:30
Amir Hossein Khademi 303a62f009 add version 1.3.1.1
add send verify code
2023-11-26 14:37:23 +03:30
Amir Hossein Khademi 99648676b3 edit connection string 2023-10-29 00:20:59 +03:30
Amir Hossein Khademi 2c56d41c03 change appsetting production 2023-10-29 00:16:29 +03:30
Amir Hossein Khademi bb63cbab02 add version 0.1.0.2 2023-10-28 23:57:28 +03:30
Amir Hossein Khademi 378e4c19c0 complete authentication 2023-10-20 19:40:23 +03:30
Amir Hossein Khademi b27d2c56da config project and add identity 2023-10-19 21:28:09 +03:30
Amir Hossein Khademi 07e19e7118 add configs 2023-10-10 18:01:21 +03:30