redtaped / ez-startup

1 stars 1 forks source link

Introduce DI #11

Closed redtaped closed 1 year ago

redtaped commented 1 year ago

Description

As a programmer I'd like to have DI as a first class feature of the application to make unit testing easier later.

Acceptance Criteria

  1. concrete classes are not instantiated, but are separated in a separate project and marked with an internal keyword access modifier
  2. DI wire up is done via extension methods