Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EF-Entities from CommandStation interfaces #336

Open
nic547 opened this issue Jul 25, 2023 · 0 comments
Open

Remove EF-Entities from CommandStation interfaces #336

nic547 opened this issue Jul 25, 2023 · 0 comments

Comments

@nic547
Copy link
Owner

nic547 commented Jul 25, 2023

Currently many of the CommandStation functions take a "Engine" object, which is the class used by the entity framework for the database related functionality. This is done because the CommandStation needs to decide which "identifier" to use. It would be nice to decouple this "identifier" related functionality from the database and use a more "generic" approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant