示例#1
0
 public DeviceSimulator(ISomeService someService)
 {
     Console.WriteLine(someService.GetName());
 }