public void DoStuff()
 {
     ServiceY.DoWhatever();
 }
예제 #2
0
 public A()
 {
     servicex = new ServiceX();
     servicey = new ServiceY();
 }