Exemplo n.º 1
0
 public bool CheckExistingAwardedCoupon(string code)
 {
     return(_couponRepository.CheckExistingAwardedCoupon(code));
 }