Example #1
0
 public void Call()
 {
     _testService.Call("a");
 }
 public string CallChildService2()
 {
     return(_testService2.Call());
 }
Example #3
0
 public string Get()
 {
     _testService.Call();
     _demoService.Call();
     return(DateTime.Now.ToString());
 }