예제 #1
0
 public void Withdraw(BillDTO billDTO)
 {
     // TODO: call withdraw service.
 }
예제 #2
0
 public void Recharge(BillDTO billDTO)
 {
     // TODO: call recharge service.
 }