Skip to content

Commit d09bffd

Browse files
Added Comments TO DO:
1 parent e89adb5 commit d09bffd

3 files changed

Lines changed: 5 additions & 149 deletions

File tree

README.md.saved.bak

Lines changed: 0 additions & 149 deletions
This file was deleted.

src/Services/Ordering/Ordering.Domain/Address.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
using Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedWork;
44
using System;
55

6+
//(CDLTLL)
7+
//TO DO: Need to convert this entity to a Value-Object (Address VO)
68
public class Address
79
: Entity
810
{

src/Services/Ordering/Ordering.Domain/Order.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
using System;
55
using System.Collections.Generic;
66

7+
//(CDLTLL)
8+
//TO DO: Need to add additional Domain Logic to this Aggregate-Root for
9+
//scenarios related to Order state changes, stock availability validation, etc.
710
public class Order
811
: Entity, IAggregateRoot
912
{

0 commit comments

Comments
 (0)