Skip to content

Commit 73bd134

Browse files
authored
fix: Add IdempotencyStore.cs to BookingSystem.AspNetFramework.csproj
1 parent b617670 commit 73bd134

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Examples/BookingSystem.AspNetFramework/BookingSystem.AspNetFramework.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@
462462
<Compile Include="Settings\AppSettings.cs" />
463463
<Compile Include="Settings\EngineConfig.cs" />
464464
<Compile Include="Stores\FacilityStore.cs" />
465+
<Compile Include="Stores\IdempotencyStore.cs" />
465466
<Compile Include="Stores\OrderStore.cs" />
466467
<Compile Include="Stores\OrderTransaction.cs" />
467468
<Compile Include="Stores\SellerStore.cs" />

0 commit comments

Comments
 (0)