コード例 #1
0
 public string Get()
 {
     _bikeService.AddWheel();
     _carService.AddPassanger();
     _trainService.AddWagon();
     return("Hello world!");
 }