Ejemplo n.º 1
0
 internal static T GetItems <T>(string uri)
 {
     return(HttpUtil.GetItemsAsync <T>(uri).GetResult());
 }