コード例 #1
0
 public BarService(IFooService child)
 {
     DemoReport.ReportCreate(this);
     _child = child;
 }
コード例 #2
0
 public FooService()
 {
     DemoReport.ReportCreate(this);
 }