コード例 #1
0
 public ConsumerWithTransientField(TestService testService)
 {
     _testService = testService;
 }
コード例 #2
0
 public ConsumerWithScopedField(TestService testService)
 {
     _testService = testService;
 }