Ejemplo n.º 1
0
 public RestProductRepository(string baseUrl)
 {
     _http = new HttpHelper(baseUrl);
 }