tatmanblue / ironbar

.NET core distributed ledger application
Apache License 2.0
1 stars 0 forks source link

Fix Interface Mess #23

Open tatmanblue opened 6 months ago

tatmanblue commented 6 months ago

The implementation is a bit of a mess when it comes to:

  1. Some types are injected without an interface
  2. Some types implement an interface, but references are not to the interface
tatmanblue commented 5 months ago

note: this is an in progress issue that will be addressed as other work is completed.