public ManyDependenciesCommandHandler(IRepository repository, IBooleanService booleanService, IStringService stringService) { _repository = repository; _booleanService = booleanService; _stringService = stringService; }
public Worker(IBooleanService booleanService) { _booleanService = booleanService; }
public TestController(IBooleanService booleanService) { _booleanService = booleanService; }