Example #1
0
 public IEnumerable <VoucherView> GetByPromotion(long id)
 {
     return(_voucher.GetByPromotion(id));
 }