コード例 #1
0
 public string ShutDown([FromServices] IComputerService computerService)
 {
     computerService.ShutDown();
     return("关机完成!!!");
 }