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