Example #1
0
 public function delete(Coupon $coupon)
 {
     $this->couponRepository->delete($coupon);
 }