v3.2.6
- Insert, update, delete object graph bug fix and integration test added
- Framework now allows you to add any of your custom repositories, does not need to be repositories that are
- DB related e.g.
unitOfWork.GetCustomRepository<IAzureBlobRepository<Blob>>()
;