meysamhadeli / booking-microservices

Practical microservices, built with .Net 8, DDD, CQRS, Event Sourcing, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
MIT License
907 stars 182 forks source link

refactor: refactor passenger bounded context to use value object #262

Closed amirhossein18121380 closed 1 year ago

amirhossein18121380 commented 1 year ago

Adding Value Objects For just Two Aggregate root Models : Passenger and Aircrafts

amirhossein18121380 commented 1 year ago

I'll work on implementing the recommended changes.