コード例 #1
0
 public async Task <Guid> Create(TodoItem item)
 {
     return(await _RestClient.CreateTask(item));
 }