Ejemplo n.º 1
0
 public void Withdraw(BillDTO billDTO)
 {
     // TODO: call withdraw service.
 }
Ejemplo n.º 2
0
 public void Recharge(BillDTO billDTO)
 {
     // TODO: call recharge service.
 }