From 7d573fc44cf75d6e23fd15274568d0dc58b98c6f Mon Sep 17 00:00:00 2001 From: h4321 <42736789+h4321@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:31:49 +0100 Subject: [PATCH] Update History.aspx.cs --- .../Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..495ce56 100644 --- a/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs +++ b/BankExample.WebSite/Parasoft.Dottest.Examples.Bank.WebSite/History.aspx.cs @@ -10,7 +10,7 @@ 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); + BankUser user = bank.GetUserByLogin(Page.User.Identity.Name); string accountNumber = Request["account"]; if (accountNumber != null)