Пример #1
0
 public IEnumerable <VoucherModel> GetVouchersByOffer(int offerId)
 {
     return(vouchersService.GetVouchersByOffer(offerId));
 }