Documentation unitofwork
ChristPetitjean opened this issue · 1 comments
ChristPetitjean commented
Hello,
You're project seem promising!
Could you add documentation over unitofwork?
Ex: modifying many entities from différents repo and commit or rollback every one's at once 😁
TanvirArjel commented
@ChristPetitjean Thank you so much for your feedback. Actually, UnitOfWork based generic repository is going to be removed from version 6.0.0 and it has already been marked as obsolete in version 5.0.0. The same functionality is being offered with the IRepository
interface.