public Foo(IUserRepository userRepo, ICentralRepository centralRepo) { // assign to fields }
public SampleClientFactory(ICentralRepository repo) { _centralAdminRepo = repo; }
public TestController(ICentralRepository centralRepo, IMySampleRepo repo) { _centralRepo = centralRepo; }