Beispiel #1
0
 public List <UserCoupon> GetAwardedCouponListReport()
 {
     return(_couponRepository.GetAwardedCouponListReport());
 }