Exemplo n.º 1
0
 public async Task <ToDoItem> UpdateItemAsync(ToDoItem item, CancellationToken token)
 {
     return(await _repo.AddOrUpdateItemAsync(token, item));
 }