This website requires JavaScript.
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
You've already forked eShopOnContainers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eShopOnContainers
/
src
/
Services
/
Ordering
/
Ordering.Domain
/
AggregatesModel
History
CESARDL
8325ddbd30
Refactored: From Buyer.FullName to Buyer.IdentityGuid.
...
Also similar changes at the CreateOrderCommand Plus an update to the README.md for GitHub
2017-02-07 23:03:35 -08:00
..
BuyerAggregate
Refactored: From Buyer.FullName to Buyer.IdentityGuid.
2017-02-07 23:03:35 -08:00
OrderAggregate
Refactoring: Using List<>.AsReadOnly() instead of HashSet<>.ToList() that is more expensive. Related to issues:
https://github.com/dotnet/eShopOnContainers/issues/29
and
2017-02-02 17:30:15 -08:00