コード例 #1
0
 public async Task Update(TodoItem item)
 {
     await _RestClient.UpdateTask(item);
 }