Skip to content

Commit

Permalink
Update README.md (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochar authored Feb 16, 2024
1 parent 3f37552 commit 8de7f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nox.Reference represents the following packages:
- Nox.Reference.IpAddress


## Solution design convention:
## Solution design convention:
- All entities in a project should be placed in the folder {ProjectName}/Entities/{Plural Entity Name}/{Singular Entity Name}.cs
- All entity configuration in a project should be placed in the folder {ProjectName}/Configurations/{Plural Entity Name}Configuration.cs
- All data seeder in a project should be placed in the folder {ProjectName}/Seeds/{Plural Entity Name}DataSeeder.cs
Expand Down Expand Up @@ -179,4 +179,4 @@ To change the databases output folder replace the following line:
```

*SourceDataPath* - a folder where source data from external resources are saved.
*TargetDataPath* - output folder for JSON files which are generated during gathering data from external sources.
*TargetDataPath* - output folder for JSON files which are generated during gathering data from external sources.

0 comments on commit 8de7f3b

Please sign in to comment.