예제 #1
0
 public BarService(IFooService child)
 {
     DemoReport.ReportCreate(this);
     _child = child;
 }
예제 #2
0
 public FooService()
 {
     DemoReport.ReportCreate(this);
 }