Example #1
0
 public static HttpResponse FromXml <T>(this HttpResponse response, T entity) where T : class
 {
     return(response.FromXml(""));
 }