Exemple #1
0
 internal T PatchItem <T>(string uri, T item)
 {
     return(HttpUtil.PatchItemAsync <T>(uri, item, GetToken).GetResult());
 }
 internal static T PatchItem <T>(string uri, T item)
 {
     return(HttpUtil.PatchItemAsync <T>(uri, item).GetResult());
 }