root/UnityWeb/UnityWeb/Modules/Customer/View/EmployeePresenter.cs
| 81 | 82 | ||
|---|---|---|---|
1 | #region Using Statements | 1 | #region Using Statements |
2 | 2 | ||
3 | using System.Web; | ||
3 | using Modules.Base; | 4 | using Modules.Base; |
4 | using Modules.Base.View; | 5 | using Modules.Base.View; |
5 | 6 | ||
... | ... | ||
21 | public override void OnViewInitialized() | 22 | public override void OnViewInitialized() |
22 | { | 23 | { |
23 | View.Employees = _controller.GetEmployees(); | 24 | View.Employees = _controller.GetEmployees(); |
25 | |||
26 | HttpContext.Current.Session.Abandon(); | ||
24 | } | 27 | } |
25 | 28 | ||
26 | public override void OnViewLoaded() | 29 | public override void OnViewLoaded() |
Download diff