public IEnumerable <Recipient> GetReportRecipients(int companyId, DateTime reportDate) { return(_recipientRepository.GetReportRecipients(companyId, reportDate)); }