Example #1
0
 public ActionResult IncreasePointBalance(BalanceChange change)
 {
     _PointService.IncreaseBalance(change.customerId, change.amount);
     return(Ok());
 }