コード例 #1
0
 public List <OfferProduct> GetOfferProductsList(int id)
 {
     return(objOfferRepo.GetOfferProductsList(id));
 }