示例#1
0
 internal AirtableBase(AirtableClient client, string baseId)
 {
     this.client = client;
     this.baseId = baseId;
 }