codeliner / php-ddd-cargo-sample

PHP 7 Version of the cargo sample used in Eric Evans DDD book
http://codeliner.github.io/php-ddd-cargo-sample/
BSD 3-Clause "New" or "Revised" License
796 stars 151 forks source link

Define Routing Service #9

Closed codeliner closed 10 years ago

codeliner commented 10 years ago

Define an interface for a Routing Service that fetches Itineraries that satisfy a given Route Specification.

codeliner commented 10 years ago

We shift the implementation to later chapter

codeliner commented 10 years ago

There is an application service available that is responsible for fetching Itineraries. Issue can be closed for now.