示例#1
0
 public IActionResult SetDowntime(int seconds)
 {
     healthService.MakeDown(seconds);
     return(Ok("Starting downtime"));
 }