Ejemplo n.º 1
0
 private T ResultCell <T>(HTTP.Response response, int row, int column)
 {
     return(ResultCell(response.Content <IDictionary <string, object> >(), row, column));
 }