Esempio n. 1
0
 public IActionResult DeleteTask(int id)
 {
     _todoListService.ArchiveTask(id);
     return(NoContent());
 }