MongoRepository icon indicating copy to clipboard operation
MongoRepository copied to clipboard

Separation of interfaces into own assembly

Open abrasat opened this issue 9 years ago • 1 comments

Would be possible to separate the Mongo-independent interface declarations (IRepository, IEntity) into an own assembly (something like Repository.Core) ? This would allow to use the MongoRepository in client-server scenarios, where the clients would reference just the interface assembly, without having to be aware of the "real" database implementation (Mongo in this case).

abrasat avatar Nov 30 '15 10:11 abrasat

I'll put that down for 2.0. I hope to get work started on that soon (see #4 )

RobThree avatar Nov 30 '15 21:11 RobThree