public void Execute(int accountNumber, Amount amount) { BeginTransaction(); _depositService.Execute(accountNumber, amount); Commit(); }