Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Separation of interfaces into own assembly #19

Open
abrasat opened this issue Nov 30, 2015 · 1 comment
Open

Separation of interfaces into own assembly #19

abrasat opened this issue Nov 30, 2015 · 1 comment
Assignees
Milestone

Comments

@abrasat
Copy link

abrasat commented Nov 30, 2015

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).

@RobThree RobThree self-assigned this Nov 30, 2015
@RobThree RobThree added this to the 2.0 milestone Nov 30, 2015
@RobThree
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants