Skip to content

Commit

Permalink
- readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaRocks committed Nov 2, 2023
1 parent 5911039 commit 6418090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ See example `CustomerCommunicationQuery` implemented to run as child or nested q
```

#### Tranformer Class
The purpose of the transformer class is to map the data fetched by the linked query class to mapped object graph of the entity.
The purpose of the transformer class is to transform the data fetched by the linked query class to mapped object graph of the entity.

To define a transformer class, you need to implement `BaseTransformer<TD, T>`
- where T is Entity implementing `IEntity`. eg. Customer.
Expand Down

0 comments on commit 6418090

Please sign in to comment.