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)