예제 #1
0
 public bool CheckAwardedCoupon(string code)
 {
     return(_couponRepository.CheckAwardedCoupon(code));
 }