예제 #1
0
 public async Task <int> UpdateRecipients(RecipientUpdateModel recipientUpdateModel)
 {
     return(await _recipientRepository.UpdateRecipients(recipientUpdateModel));
 }