Exemple #1
0
 public List <Coupon> GetAwardedCouponList()
 {
     return(_couponRepository.GetAwardedCouponList());
 }