示例#1
0
 public Example5(IFakeService fakeService,
                 ISomeAnotherService someAnotherService)
 {
     _fakeService        = fakeService;
     _someAnotherService = someAnotherService;
 }
 public AnotherService(ISomeAnotherService service)
 {
     _service = service;
 }