示例#1
0
 public CyanTable(string tableName, CyanClient client)
 {
     this.TableName = tableName;
     this.restClient = client.restClient;
 }
示例#2
0
文件: CyanTable.cs 项目: noocyte/Cyan
 public CyanTable(string tableName, CyanClient client)
 {
     TableName = tableName;
     RestClient = client.RestClient;
 }