Browse Source

Merge pull request #464 from 274188A/patch-15

tiny error
pull/473/head
alirizaadiyahsi 8 years ago
committed by GitHub
parent
commit
b39449d811
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/Entities.md

2
docs/Entities.md

@ -173,4 +173,4 @@ ABP does not force you to apply any DDD rule or patterns. However, it tries to m
#### Aggregate Roots with Composite Keys
While it's not common (and not suggested) for aggregate roots, it isin fact possible to define composite keys in the same way as defined for the mentioned entities above. Use non-generic `AggregateRoot` base class in that case.
While it's not common (and not suggested) for aggregate roots, it is in fact possible to define composite keys in the same way as defined for the mentioned entities above. Use non-generic `AggregateRoot` base class in that case.

Loading…
Cancel
Save