Example #1
0
 public bool CheckExistingCoupon(string code)
 {
     return(_couponRepository.CheckExistingCoupon(code));
 }