Пример #1
0
 public Recipient GetRecipient(int companyId, Guid uniqueId)
 {
     return(_recipientRepository.GetRecipient(companyId, uniqueId));
 }