Beispiel #1
0
 protected T Get <T>(string url)
 {
     return(Mapper.MapFromJson <T>(HttpRequestor.Get(url, GetToken())));
 }