103104
43
 
43
 
44
            Presenter.OnViewLoaded();
44
            Presenter.OnViewLoaded();
45
            Page.DataBind();
45
            Page.DataBind();
46
 
 
 
47
            IEnumerable<EmployeePresenter> objs = null;
 
 
48
            objs.Where(x => x.View == null);
 
 
49
        }
46
        }
50
 
47
 
51
        #region Implementation of IEmployeeView
48
        #region Implementation of IEmployeeView