public void Doit()
 {
     _service.Foo();
 }
Exemple #2
0
 public void Doit()
 {
     _myService.Foo();
 }