Exemple #1
0
        /* METHODS ********************************************************************************************************************************************/

        public void setViewBag(string FILTER_Keyword, int?FILTER_Active, Guid?FILTER_Branches_Id)
        {
            ViewBag.FILTER_Keyword     = FILTER_Keyword;
            ViewBag.FILTER_Active      = FILTER_Active;
            ViewBag.FILTER_Branches_Id = FILTER_Branches_Id;
            BranchesController.setDropDownListViewBag(this);
        }
Exemple #2
0
        /* FILTER *********************************************************************************************************************************************/

        public void setViewBag(string FILTER_Keyword, int?FILTER_Active, Guid?FILTER_Languages_Id)
        {
            ViewBag.FILTER_Keyword      = FILTER_Keyword;
            ViewBag.FILTER_Active       = FILTER_Active;
            ViewBag.FILTER_Languages_Id = FILTER_Languages_Id;
            UserAccountRolesController.setDropDownListViewBag(this, getUserAccess(Session).UserAccounts_EditRoles);
            BranchesController.setDropDownListViewBag(this);
            LanguagesController.setDropDownListViewBag(this);
            PromotionEventsController.setDropDownListViewBag(this);
        }
Exemple #3
0
        /* FILTER *********************************************************************************************************************************************/

        public void setViewBag(string FILTER_Keyword)
        {
            ViewBag.FILTER_Keyword = FILTER_Keyword;
            LessonPackagesController.setDropDownListViewBag(this);
            BranchesController.setDropDownListViewBag(this);
        }