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