dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

We need to support getting with concepts that derive from EventSourceId for AggregateRootRepository #14

Closed einari closed 6 years ago

einari commented 7 years ago

Today we only support getting directly by Guid or an EventSourceId - it assumes the constructor of the AggregateRoot takes one of these. We should be able to use types derived from EventSourceId as well.