Beispiel #1
0
 public async Task <IActionResult> GenerateSecret([FromRoute] int id)
 {
     return(Json(await _svc.AddSecret(id)));
 }