Ejemplo n.º 1
0
        public IActionResult NewPost()
        {
            string AccountID = _sessionManager.LoginAccountId;

            ViewBag.CurrencyList = functions.GetCurrencyList();
            ViewBag.CategoryList = functions.GetCategoryList();
            ViewBag.StoresList   = functions.GetStoresList(_sessionManager.LoginAccountId);

            return(View());
        }