Esempio n. 1
0
 public async Task <IActionResult> Delete(int id)
 {
     return(await MakeActionCallAsync(async() => await _service.Delete(id)));
 }