Exemplo n.º 1
0
 public static HttpResponse FromJSON <T>(this HttpResponse response, T entity) where T : class
 {
     return(response.FromJSON(""));
 }