Esempio n. 1
0
        // GET: SellerAdmin/Billing
        public ActionResult Index()
        {
            var shopID = CurrentSellerManager.ShopId;
            var model  = BillingApplication.GetShopBillingIndex(shopID);

            ViewBag.IsMainAccount = CurrentSellerManager.IsMainAccount;
            return(View(model));
        }