Skip to content

Commit 20f5c9a

Browse files
Update README.md
1 parent 7120ae7 commit 20f5c9a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The project contains an ASP.Net Core Web Application project. it is implemented
99
The project is structured as follows.
1010

1111
```
12-
|—— Appeon.DataStoreDemo.Web Project implemented with Razor Pages
13-
|—— wwwroot Includes the site js and css files
14-
|—— Models Includes the model classes
15-
|—— Pages Includes the Razor Pages
16-
|-- SalesOrders Include the Razor Page for the SalesOrder model
12+
|-- Appeon.DataStoreDemo.Web Project implemented with Razor Pages
13+
|—— wwwroot Includes the site js and css files
14+
|—— Models Includes the model classes
15+
|—— Pages Includes the Razor Pages
16+
|-- SalesOrders Include the Razor Page for the SalesOrder model
1717
|-- Appeon.DataStoreDemo.Service.SqlServer Project implemented with DataStore
18-
|-- Datacontext Includes the class that manages database connection to SQL
19-
|-- Models Includes the model classes
20-
|-- Services Includes the service interfaces and implementations
18+
|-- Datacontext Includes the class that manages database connection to SQL
19+
|-- Models Includes the model classes
20+
|-- Services Includes the service interfaces and implementations
2121
```
2222
##### Setting Up the Project
2323

0 commit comments

Comments
 (0)