コード例 #1
0
 public async Task <int> UpdateRecipients(RecipientUpdateModel recipientUpdateModel)
 {
     return(await _recipientRepository.UpdateRecipients(recipientUpdateModel));
 }
コード例 #2
0
 public async Task <int> UpdateRecipients(RecipientUpdateModel recipientUpdateModel)
 {
     return(await Command <RecipientUpdateModel>("Crm.UpdateRecipients", recipientUpdateModel));
 }