Skip to content

Commit

Permalink
Merge pull request #7 from Tim-Maes/Tim-Maes-patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Tim-Maes committed Dec 3, 2023
2 parents edd0aaf + 1986a2e commit 68d2dba
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 @@ -48,7 +48,7 @@ A .NET 8 WebAPI application, here we have our GraphAPI endpoint. This applicatio

### Application

This layer contains all application logic and it depends only on the Domain and Core layer. Here we implement the handlers, graphApi input and output types, queries and mutations. This project depends on the Domain and the Core project.
This layer contains all application logic and it depends only on the Domain and Core layer. Here we implement the handlers, graphApi input and output types, queries and mutations.

### Domain

Expand All @@ -60,7 +60,7 @@ In this layer we implement the data access (repositories, Dapper implementation,

### Core

This project holds some core logic that we need in our solution. In the template, we have logic that wires up the custom handler system.
This project holds some core logic that we need in our solution. In the template, we have logic that wires up the custom handler system and the method to register Dapper `IEntityMap<T>` registrations.

## Autowiring

Expand Down

0 comments on commit 68d2dba

Please sign in to comment.