예제 #1
0
        // GET: Analysis
        public ActionResult Index()
        {
            ViewBag.VendorNameList = OrderBusiness.GetVendorNameList();
            ViewBag.MarketPlaces   = PricingBusiness.GetAllMarketPlaces();

            return(View());
        }
예제 #2
0
 // GET: ScanItems
 public ActionResult Index()
 {
     ViewBag.MarketPlaces = PricingBusiness.GetAllMarketPlaces();
     return(View());
 }