sfg-di icon indicating copy to clipboard operation
sfg-di copied to clipboard

Dependency Injection Examples

Results 77 sfg-di issues
Sort by recently updated
recently updated
newest added

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_