コード例 #1
0
ファイル: OfferService.cs プロジェクト: leshacsharp/ReWork
 public IEnumerable <CustomerOfferInfo> FindCustomerOffers(string customerId)
 {
     return(_offerRepository.FindCustomerOffers(customerId));
 }