Esempio n. 1
0
 public async Task <IActionResult> Get(Guid id)
 => await ReturnBadRequestIfThrowError(async() => await _operationsService.Get(id));