We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b617670 commit 73bd134Copy full SHA for 73bd134
1 file changed
Examples/BookingSystem.AspNetFramework/BookingSystem.AspNetFramework.csproj
@@ -462,6 +462,7 @@
462
<Compile Include="Settings\AppSettings.cs" />
463
<Compile Include="Settings\EngineConfig.cs" />
464
<Compile Include="Stores\FacilityStore.cs" />
465
+ <Compile Include="Stores\IdempotencyStore.cs" />
466
<Compile Include="Stores\OrderStore.cs" />
467
<Compile Include="Stores\OrderTransaction.cs" />
468
<Compile Include="Stores\SellerStore.cs" />
0 commit comments