Beispiel #1
0
 public IEnumerable <CustomerOfferInfo> FindCustomerOffers(string customerId)
 {
     return(_offerRepository.FindCustomerOffers(customerId));
 }