Ejemplo n.º 1
0
        // GET: Analysis
        public ActionResult Index()
        {
            ViewBag.VendorNameList = OrderBusiness.GetVendorNameList();
            ViewBag.MarketPlaces   = PricingBusiness.GetAllMarketPlaces();

            return(View());
        }
Ejemplo n.º 2
0
 // GET: ScanItems
 public ActionResult Index()
 {
     ViewBag.MarketPlaces = PricingBusiness.GetAllMarketPlaces();
     return(View());
 }