Пример #1
0
 public async Task <int> DeleteRecipients(RecipientDeleteModel recipientDeleteModel)
 {
     return(await _recipientRepository.DeleteRecipients(recipientDeleteModel));
 }