Example #1
0
        public void Init(IForum View)
        {
            _view = View;
            bool IsLogin = _webContext.LoggedIn;

            _view.LoadCategories(_boardService.GetCategoriesWithForums());
        }
Example #2
0
 public void Init(IForum View)
 {
     _view = View;
     bool IsLogin = _webContext.LoggedIn;
     _view.LoadCategories(_boardService.GetCategoriesWithForums());
 }