예제 #1
0
 public IEnumerable <Recipient> GetReportRecipients(int companyId, DateTime reportDate)
 {
     return(_recipientRepository.GetReportRecipients(companyId, reportDate));
 }