From 7918609fa211ed181c2da879644e82c54efeee62 Mon Sep 17 00:00:00 2001 From: h4321 <42736789+h4321@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:31:54 +0200 Subject: [PATCH] Update History.aspx.cs --- .../Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs b/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs index e2a7387..66fb14f 100644 --- a/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs +++ b/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs @@ -9,8 +9,8 @@ public partial class History : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { - Bank bank = BankProvider.Instance.GetBank(this.Application, true, true); - BankUser user = bank.GetUserByLogin(Page.User.Identity.Name); + Bank bank = BankProvider.Instance.GetBank(this.Application, true, true); + BankUser user = bank.GetUserByLogin(Page.User.Identity.Name); string accountNumber = Request["account"]; if (accountNumber != null)