Exemple #1
0
 public static CouponInfo GetCouponInfoById(int couponId)
 {
     return(dal.GetCouponInfoById(couponId));
 }