Пример #1
0
 public ConsumerWithTransientField(TestService testService)
 {
     _testService = testService;
 }
 public ConsumerWithScopedField(TestService testService)
 {
     _testService = testService;
 }