Пример #1
0
 public RestDatabaseService(string BaseUrl)
 {
     this.BaseUrl     = BaseUrl;
     this.StargateApi = Stargate.Create(BaseUrl);
 }