Example #1
0
 public bool CreateCouponOtp(string ApiKey, string Counpon)
 {
     return(CouponManager.CreateCounponOtp(Counpon));
 }