Esempio n. 1
0
 public async Task <IActionResult> StopSimulation([FromRoute] string id)
 {
     return(await context.StopClient(id));
 }