Ejemplo n.º 1
0
 public HttpResponseMessage all(string hash, string callback, string id)
 {
     return(jsonRepository.GetJsons(hash, callback, id));
 }