wiaoj / wiaoj-ecommerce-microservice

0 stars 0 forks source link

Libraries DDD Abstractions #5

Open wiaoj opened 5 days ago

wiaoj commented 5 days ago

Add a reference to the IAggregate interface in the Aggregate class.

wiaoj commented 5 days ago

Add a ValueObjects interface with a new static method like static abstract TResult operator +(TSelf left, TOther right);