openactive / OpenActive.Server.NET

.NET server library, including an OpenActive Reference Implementation
MIT License
0 stars 7 forks source link

feat: un-static FakeDatabase so that it can initialised with AppSettings config #200

Closed civsiv closed 1 year ago

civsiv commented 1 year ago

Refactor to improve use of FakeDatabase to make it easier to use with DI, and also clearer when it is being instantiated. Also allows configuration to be passed into it