Пример #1
0
 public RestMainRepository(string baseUrl)
 {
     _http = new HttpHelper(baseUrl);
 }