sfg-di
sfg-di copied to clipboard
Dependency Injection Examples
Sfg di
implemented dependency injection code
ConstructorGreetingService was used in all Controller Tests, regardless of the DI. Changed ConstructorGreetingService to ConstructorInjectedGreetingService, due to naming consistency.
ConstructorGreetingService was used in all Controller Tests, regardless of the DI. Changed ConstructorGreetingService to Constructor**Injected**GreetingService, due to naming consistency. These changes also affect the Branch _using-qualifiers_