示例#1
0
 public async Task AddCustomer(Customer customer)
 {
     await Client.CreateDocumentAsync(Collection.SelfLink, customer);
 }