Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified CarRental/.vs/CarRental/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified CarRental/.vs/CarRental/v17/.futdcache.v2
Binary file not shown.
Binary file modified CarRental/.vs/CarRental/v17/.suo
Binary file not shown.
314 changes: 159 additions & 155 deletions CarRental/.vs/CarRental/v17/DocumentLayout.backup.json

Large diffs are not rendered by default.

313 changes: 158 additions & 155 deletions CarRental/.vs/CarRental/v17/DocumentLayout.json

Large diffs are not rendered by default.

Binary file modified CarRental/.vs/ProjectEvaluation/carrental.metadata.v9.bin
Binary file not shown.
Binary file modified CarRental/.vs/ProjectEvaluation/carrental.projects.v9.bin
Binary file not shown.
Binary file modified CarRental/.vs/ProjectEvaluation/carrental.strings.v9.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions CarRental/Bl/Services/BlRenting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ public List<Renting> GetAllMyRenting(string id)

public double PriceAddedRentalExtension(int idRenting, string customerId, DateTime untilTime)
{
if (!IsRentingActiveByCustomer(idRenting, customerId))
throw new InvalidOperationException("The customer is not renting this vehicle now.");

if (!IsRentingActiveOrFuture(customerId, idRenting))
throw new InvalidOperationException("The customer is not renting this vehicle now or in future.");


// בודק אם ההשכרה קיימת והלקוח הוא זה שמשכיר אותה
Expand Down Expand Up @@ -142,7 +142,7 @@ public bool ExtendingRentalForACertainPeriodTime(int idRenting, string customerI
throw new ArgumentException("Customer with the specified ID does not exist.");
}
if(!IsRentingActiveOrFuture( customerId, idRenting))
throw new InvalidOperationException("The customer is not renting this vehicle now.");
throw new InvalidOperationException("The customer is not renting this vehicle now or in future.");


// בודק אם ההשכרה קיימת והלקוח הוא זה שמשכיר אותה
Expand Down
Binary file modified CarRental/Bl/bin/Debug/net8.0/Bl.dll
Binary file not shown.
Binary file modified CarRental/Bl/bin/Debug/net8.0/Bl.pdb
Binary file not shown.
Binary file modified CarRental/Bl/bin/Debug/net8.0/Dal.dll
Binary file not shown.
Binary file modified CarRental/Bl/bin/Debug/net8.0/Dal.pdb
Binary file not shown.
22 changes: 11 additions & 11 deletions CarRental/Bl/obj/Bl.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\Bl.csproj": {}
"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\Bl.csproj": {}
},
"projects": {
"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\Bl.csproj": {
"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\Bl.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"projectName": "Bl",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\obj\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
Expand All @@ -33,8 +33,8 @@
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj"
"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj"
}
}
}
Expand Down Expand Up @@ -88,14 +88,14 @@
}
}
},
"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectName": "Dal",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\obj\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
Expand Down
2 changes: 1 addition & 1 deletion CarRental/Bl/obj/Debug/net8.0/Bl.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Bl")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b3905abf064030014e0ed9495a113ca2b076d30c")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0c3c715e35c56b51649247967232baafb88cad41")]
[assembly: System.Reflection.AssemblyProductAttribute("Bl")]
[assembly: System.Reflection.AssemblyTitleAttribute("Bl")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
2 changes: 1 addition & 1 deletion CarRental/Bl/obj/Debug/net8.0/Bl.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
877243af144e65f4736636f79060c5ac0104631029bf2fd1ee8efa5e097b68a3
d772b8d6ad549cf7c6cc5dca01cc795b011d6a37484d5a09a21d2a63609230bc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Bl
build_property.ProjectDir = C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Bl\
build_property.ProjectDir = C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
Expand Down
Binary file modified CarRental/Bl/obj/Debug/net8.0/Bl.assets.cache
Binary file not shown.
Binary file modified CarRental/Bl/obj/Debug/net8.0/Bl.csproj.AssemblyReference.cache
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9977a504ac0dbf598b27e71e5734c9aa073967a95686352bec6305501a12f7b5
ee9c514537a562e5d2cf1aace2d7feee4a7f8f04ca7a19ec1171105de84d9a8e
18 changes: 18 additions & 0 deletions CarRental/Bl/obj/Debug/net8.0/Bl.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,21 @@ C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Bl\ob
C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.pdb
C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.genruntimeconfig.cache
C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Bl\obj\Debug\net8.0\ref\Bl.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\bin\Debug\net8.0\Bl.deps.json
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\bin\Debug\net8.0\Bl.runtimeconfig.json
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\bin\Debug\net8.0\Bl.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\bin\Debug\net8.0\Bl.pdb
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\bin\Debug\net8.0\Dal.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\bin\Debug\net8.0\Dal.pdb
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.csproj.AssemblyReference.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.AssemblyInfoInputs.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.AssemblyInfo.cs
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.csproj.CoreCompileInputs.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.sourcelink.json
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.csproj.Up2Date
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\refint\Bl.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.pdb
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\Bl.genruntimeconfig.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Bl\obj\Debug\net8.0\ref\Bl.dll
Binary file modified CarRental/Bl/obj/Debug/net8.0/Bl.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion CarRental/Bl/obj/Debug/net8.0/Bl.genruntimeconfig.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
93c370535c33994e0f617edbbcf35aec35bac0cd71a47d05ebc354a5db181be7
7a912645ec368ed0e181888eb9e7947185cfed6714594880fa98c9a42fb3ec0d
Binary file modified CarRental/Bl/obj/Debug/net8.0/Bl.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion CarRental/Bl/obj/Debug/net8.0/Bl.sourcelink.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\*":"https://raw.githubusercontent.com/miri-cohen20/FinalProject/b3905abf064030014e0ed9495a113ca2b076d30c/*"}}
{"documents":{"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\*":"https://raw.githubusercontent.com/miri-cohen20/FinalProject/0c3c715e35c56b51649247967232baafb88cad41/*"}}
Binary file modified CarRental/Bl/obj/Debug/net8.0/ref/Bl.dll
Binary file not shown.
Binary file modified CarRental/Bl/obj/Debug/net8.0/refint/Bl.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions CarRental/Bl/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4727,11 +4727,11 @@
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"projectName": "Bl",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\obj\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
Expand All @@ -4753,8 +4753,8 @@
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj"
"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions CarRental/Bl/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "27CKcY6cUAk=",
"dgSpecHash": "sgF7egkvjMg=",
"success": true,
"projectFilePath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"projectFilePath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Bl\\Bl.csproj",
"expectedPackageFiles": [
"C:\\Users\\User\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
"C:\\Users\\User\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
Expand Down
Binary file modified CarRental/Dal/Data/database.mdf
Binary file not shown.
Binary file modified CarRental/Dal/Data/database_log.ldf
Binary file not shown.
Binary file modified CarRental/Dal/bin/Debug/net8.0/Dal.dll
Binary file not shown.
Binary file modified CarRental/Dal/bin/Debug/net8.0/Dal.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion CarRental/Dal/models/dbClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public dbClass(DbContextOptions<dbClass> options)

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
#warning To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see https://go.microsoft.com/fwlink/?LinkId=723263.
=> optionsBuilder.UseSqlServer("Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename='C:\\Users\\User\\Desktop\\הנדסאים\\FinalProject\\CarRental\\Dal\\Data\\database.mdf';Integrated Security=True;Connect Timeout=30;Encrypt=True;Integrated Security=True;Connect Timeout=30");
=> optionsBuilder.UseSqlServer("Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename='C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Data\\database.mdf';Integrated Security=True;Connect Timeout=30;Encrypt=True;Integrated Security=True;Connect Timeout=30");

protected override void OnModelCreating(ModelBuilder modelBuilder)
{
Expand Down
10 changes: 5 additions & 5 deletions CarRental/Dal/obj/Dal.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj": {}
"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj": {}
},
"projects": {
"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectName": "Dal",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\obj\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
Expand Down
2 changes: 1 addition & 1 deletion CarRental/Dal/obj/Debug/net8.0/Dal.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Dal")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b3905abf064030014e0ed9495a113ca2b076d30c")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0c3c715e35c56b51649247967232baafb88cad41")]
[assembly: System.Reflection.AssemblyProductAttribute("Dal")]
[assembly: System.Reflection.AssemblyTitleAttribute("Dal")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
339eb42cd5e18967d0915237da01bad5455361ca864c06e483a09a78169984e8
72cc317e3167de45adef847d7e026d0a516a62816fcec60d7d49c5aebaefa044
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Dal
build_property.ProjectDir = C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Dal\
build_property.ProjectDir = C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
Expand Down
Binary file modified CarRental/Dal/obj/Debug/net8.0/Dal.assets.cache
Binary file not shown.
15 changes: 15 additions & 0 deletions CarRental/Dal/obj/Debug/net8.0/Dal.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,18 @@ C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Dal\o
C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.pdb
C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.genruntimeconfig.cache
C:\Users\User\Desktop\הנדסאים\project!!!!!!!\FinalProject\CarRental\Dal\obj\Debug\net8.0\ref\Dal.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\bin\Debug\net8.0\Dal.deps.json
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\bin\Debug\net8.0\Dal.runtimeconfig.json
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\bin\Debug\net8.0\Dal.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\bin\Debug\net8.0\Dal.pdb
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.csproj.AssemblyReference.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.AssemblyInfoInputs.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.AssemblyInfo.cs
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.csproj.CoreCompileInputs.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.sourcelink.json
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\refint\Dal.dll
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.pdb
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\Dal.genruntimeconfig.cache
C:\Users\User\Desktop\הנדסאים\try project\FinalProject\CarRental\Dal\obj\Debug\net8.0\ref\Dal.dll
Binary file modified CarRental/Dal/obj/Debug/net8.0/Dal.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion CarRental/Dal/obj/Debug/net8.0/Dal.genruntimeconfig.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c1d004c188fc92e137d7eeea473c6aa9760fff4b6c677066be11357cb02ec3f2
0108d81d7f9fbf6defb92442f33677791ebe1673f63196e92606b19ed627317b
Binary file modified CarRental/Dal/obj/Debug/net8.0/Dal.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion CarRental/Dal/obj/Debug/net8.0/Dal.sourcelink.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\*":"https://raw.githubusercontent.com/miri-cohen20/FinalProject/b3905abf064030014e0ed9495a113ca2b076d30c/*"}}
{"documents":{"C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\*":"https://raw.githubusercontent.com/miri-cohen20/FinalProject/0c3c715e35c56b51649247967232baafb88cad41/*"}}
Binary file modified CarRental/Dal/obj/Debug/net8.0/ref/Dal.dll
Binary file not shown.
Binary file modified CarRental/Dal/obj/Debug/net8.0/refint/Dal.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions CarRental/Dal/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4741,11 +4741,11 @@
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectUniqueName": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectName": "Dal",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\obj\\",
"outputPath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
Expand Down
4 changes: 2 additions & 2 deletions CarRental/Dal/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "4e5eSwMjYXA=",
"dgSpecHash": "99ECjHzOxqc=",
"success": true,
"projectFilePath": "C:\\Users\\User\\Desktop\\הנדסאים\\project!!!!!!!\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"projectFilePath": "C:\\Users\\User\\Desktop\\הנדסאים\\try project\\FinalProject\\CarRental\\Dal\\Dal.csproj",
"expectedPackageFiles": [
"C:\\Users\\User\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
"C:\\Users\\User\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
Expand Down
Binary file modified CarRental/Server/bin/Debug/net8.0/Bl.dll
Binary file not shown.
Binary file modified CarRental/Server/bin/Debug/net8.0/Bl.pdb
Binary file not shown.
Binary file modified CarRental/Server/bin/Debug/net8.0/Dal.dll
Binary file not shown.
Binary file modified CarRental/Server/bin/Debug/net8.0/Dal.pdb
Binary file not shown.
Binary file modified CarRental/Server/bin/Debug/net8.0/Server.dll
Binary file not shown.
Binary file modified CarRental/Server/bin/Debug/net8.0/Server.exe
Binary file not shown.
Binary file modified CarRental/Server/bin/Debug/net8.0/Server.pdb
Binary file not shown.
Loading