Exemplo n.º 1
0
 public BarService(IFooService child)
 {
     DemoReport.ReportCreate(this);
     _child = child;
 }
Exemplo n.º 2
0
 public FooService()
 {
     DemoReport.ReportCreate(this);
 }