コード例 #1
0
 public async Task <JToken> UndeleteAsync(JObject instance)
 {
     return(await _table.UndeleteAsync(instance));
 }