Example #1
0
 public T GetEntity <T>(string httpContent)
 {
     return(_jsonDeserializer.DeserializeToEntity <T>(httpContent));
 }