From 170e41b56f763cca8f646dc7ebbe9f945f9630d3 Mon Sep 17 00:00:00 2001 From: h4321 <42736789+h4321@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:05:10 +0200 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..fabee4c 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)