Пример #1
0
 public static HttpResponse FromXML <T>(this HttpResponse response, T entity) where T : class
 {
     return(response.FromXML(""));
 }