Skip to content

Commit

Permalink
Update Entities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan authored Dec 2, 2019
1 parent 21bcae9 commit ad32a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/Entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Entities with composite keys should implement the `GetKeys()` method as shown ab

Notice that you also need to define keys of the entity in your **object-relational mapping** (ORM) configuration.

> Also note that Entities with Composite Primary Keys cannot utilize the `IRepository<TEntity, TKey>` interface since it requires a single unique Id property. However, you can always implement `IRepository<TEntity>`. See [repositories documentation](Repositories.md) for more.
> Also note that Entities with Composite Primary Keys cannot utilize the `IRepository<TEntity, TKey>` interface since it requires a single unique Id property. However, you can always use `IRepository<TEntity>`. See [repositories documentation](Repositories.md) for more.

### AggregateRoot Class
Expand Down

0 comments on commit ad32a75

Please sign in to comment.