toeb / accounting

3 stars 0 forks source link

UnitOfWork without hardcoded Repositories #22

Closed toeb closed 9 years ago

toeb commented 9 years ago

This pullrequest will not hard code repositories and thus be more flexible. Facade/Command handlers may now import IUnitOfWork and IRepositories to their own ends. #16

matthiaszoellner commented 9 years ago

As I already mentioned in #21 this change would break the unit of work pattern so I don't think we should use it.

flom commented 9 years ago

I agree with Matthias that this change doesn't make sense (using UnitOfWork just for saving).

matthiaszoellner commented 9 years ago

Since the other branch was merged, i bury this for now.