Hi Frans -
I'm writing an LLBLGen Pro Framework here that supports both Self-Servicing & Adapter.
I've been able to work very successfully with IEntityCore, IEntityFieldCore, and IEntityCollectionCore.
However, my DeleteTracker class needs to reference a UnitOfWork. And I just realized - there is no IUnitOfWork, just UnitOfWork & UnitOfWork2. This is really limiting because I'm not able to call common functions like .AddForSave() & .AddForDelete(). And I now may need to create a DeleteTracker and DeleteTracker2 class.
Why is there no IUnitOfWork? Any specific reason?
And would you please add this into v3.0?
Thank you very much -
Ryan
PS 1.) Also missing an IEntityViewBase or similar - we only have IEntityView & IEntityView2.
PS 2.) Also missing an IEntityFieldsBase or similar - we only have IEntityFields & IEntityFields2