コード例 #1
0
 public string PowerOn([FromServices] IComputerService computerService)
 {
     computerService.PowerON();
     return("开机成功!!!");
 }