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)