Browse Source

Update part-05.md

pull/21697/head
Engincan VESKE 2 years ago
committed by GitHub
parent
commit
c2173f21b4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/tutorials/modular-crm/part-05.md

2
docs/en/tutorials/modular-crm/part-05.md

@ -156,7 +156,7 @@ public static class OrderingDbContextModelCreatingExtensions
#### Configuring the Main Application
Open the main application's solution in your IDE, find the `ModularCrmDbContext` class under the `ModularCrm` project `Data` folder and follow the 3 steps below:
Open the main application's solution in your IDE, find the `ModularCrmDbContext` class under the `ModularCrm` project's `Data` folder, and follow the 3 steps below:
**(1)** Add the following attribute on top of the `ModularCrmDbContext` class:

Loading…
Cancel
Save