示例#1
0
 public RestProductRepository(string baseUrl)
 {
     _http = new HttpHelper(baseUrl);
 }