Example #1
0
 public CyanTable(string tableName, CyanClient client)
 {
     this.TableName = tableName;
     this.restClient = client.restClient;
 }
Example #2
0
 public CyanTable(string tableName, CyanClient client)
 {
     TableName = tableName;
     RestClient = client.RestClient;
 }