Esempio n. 1
0
 public Coupon GetByID(int id)
 {
     return(_couponRepository.GetByID(id));
 }