示例#1
0
 public IEnumerable <Offer> GetOfferOfStore(Guid id)
 {
     return(_ProductItemRepo.GetOfferOfStore(id.ToString()));
 }