File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Domain-Driven-Design-Example C#
77
88Please do note that this is my interpretation of Domain-driven design (i.e. biased). Please use this for theoretical / educational purposes only.
99
10- ###Articles
10+ ### Articles
1111
1212[ Applied Domain-Driven Design (DDD), Part 1 - Basics] ( http://www.zankavtaskin.com/2013/09/applied-domain-driven-design-ddd-part-1.html )
1313
@@ -29,7 +29,7 @@ Please do note that this is my interpretation of Domain-driven design (i.e. bias
2929
3030![ alt tag] ( http://1.bp.blogspot.com/-f9QYYWLc1Uk/UoKzpDHYkkI/AAAAAAAACA4/OD1bq9MLYFY/s1600/DDD_png_pure.png )
3131
32- ###Structure
32+ ### Structure
3333
3434* eCommerce.WebService
3535* eCommerce
@@ -47,13 +47,13 @@ Please do note that this is my interpretation of Domain-driven design (i.e. bias
4747 * Event
4848 * InfrastructureLayer
4949
50- ###API
50+ ### API
5151
5252To keep things simple I have created in memory repository with few saved items. To start using simply download, open solution and run.
5353
5454
5555
56- ####Customer
56+ #### Customer
5757
5858Customer already exists (John Smith, ID: 5D5020DA-47DF-4C82-A722-C8DEAF06AE23).
5959
@@ -71,7 +71,7 @@ api/customer/RemoveById/5D5020DA-47DF-4C82-A722-C8DEAF06AE23
7171api/customer/update?id=5D5020DA-47DF-4C82-A722-C8DEAF06AE23&Email=smith.john@microsoft.com
7272```
7373
74- ####Product
74+ #### Product
7575
7676Product already exists (iPhone, ID: 65D03D7E-E41A-49BC-8680-DC942BABD10A).
7777
@@ -83,7 +83,7 @@ api/product/add?name=iPhone5&quantity=6&cost=422&productcodeid=B2773EBF-CD0C-4F3
8383api/product/get/65D03D7E-E41A-49BC-8680-DC942BABD10A
8484 ```
8585
86- ####Cart
86+ #### Cart
8787
8888Customer and product already exists, so feel free just to call these urls.
8989```
You can’t perform that action at this time.
0 commit comments