public void Withdraw(BillDTO billDTO) { // TODO: call withdraw service. }
public void Recharge(BillDTO billDTO) { // TODO: call recharge service. }