Ejemplo n.º 1
0
 internal T PatchItem <T>(string uri, T item)
 {
     return(HttpUtil.PatchItemAsync <T>(uri, item, GetToken).GetResult());
 }
Ejemplo n.º 2
0
 internal static T PatchItem <T>(string uri, T item)
 {
     return(HttpUtil.PatchItemAsync <T>(uri, item).GetResult());
 }