Esempio n. 1
0
 public async Task <IActionResult> UpdatePDC(PDCDto model) => Ok(await _service.Update(model));