コード例 #1
0
 public async Task <IActionResult> DeleteCompletedTodoItems()
 {
     return(Ok(await _todoListService.DeleteCompletedTodoItems()));
 }