コード例 #1
0
 public async Task OnPostSubmit(Lead lead)
 {
     SalesforceSObjectResponse = await SalesforceService.CreateLeadAsync(lead);
 }