Skip to content

Commit ab52787

Browse files
authored
Update README.md
1 parent afa29ca commit ab52787

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ dotnet new aspnet-core-template -n YourProjectName
2525

2626
## Project Overview
2727

28-
![image](https://user-images.githubusercontent.com/25417032/97107962-056ef380-16d3-11eb-96a7-1a7dd7f859f6.png)
29-
3028
![Dependencies Graph](https://user-images.githubusercontent.com/25417032/97107966-0e5fc500-16d3-11eb-9b9c-c73012ff97ac.png)
31-
29+
![image](https://user-images.githubusercontent.com/25417032/97108063-9fcf3700-16d3-11eb-8225-32eac21c4542.png)
3230

3331
### Common
3432

3533
**AspNetCoreTemplate.Common** contains common things for the project solution. For example:
36-
- [GlobalConstants.cs](https://github.com/NikolayIT/ASP.NET-Core-Template/blob/master/src/AspNetCoreTemplate.Common/GlobalConstants.cs).
34+
- [GlobalConstants.cs](https://github.com/NikolayIT/ASP.NET-Core-Template/blob/master/src/AspNetCoreTemplate.Common/GlobalConstants.cs).
3735

3836
### Data
3937
This solution folder contains three subfolders:
@@ -42,6 +40,7 @@ This solution folder contains three subfolders:
4240
- AspNetCoreTemplate.Data
4341

4442
##### AspNetCoreTemplate.Data.Common
43+
4544
[AspNetCoreTemplate.Data.Common.Models](https://github.com/NikolayIT/ASP.NET-Core-Template/tree/master/src/Data/AspNetCoreTemplate.Data.Common/Models) provides abstract generics classes and interfaces, which holds information about our entities. For example when the object is Created, Modified, Deleted or IsDeleted. It contains a property for the primary key as well.
4645

4746
[AspNetCoreTemplate.Data.Common.Repositories](https://github.com/NikolayIT/ASP.NET-Core-Template/tree/master/src/Data/AspNetCoreTemplate.Data.Common/Repositories) provides two interfaces IDeletableEntityRepository and IRepository, which are part of the **repository pattern**.

0 commit comments

Comments
 (0)