예제 #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;
 }