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