コード例 #1
0
        public void BindCouponStudent(long studentId, string couponNo)
        {
            CouponService service = new CouponService(base.SchoolId);

            service.BindCouponStudent(studentId, couponNo);
        }