예제 #1
0
 public IActionResult DeleteTodoList(int id)
 {
     _todoListService.ArchiveTodoList(id);
     return(NoContent());
 }