Ejemplo n.º 1
0
        public ActionResult Web()
        {
            var viewdata = new TourViewData()
            {
                control = TradelrControls.tour_web,
                title   = "Web-based Software"
            };

            return(View("Index", viewdata));
        }
Ejemplo n.º 2
0
        public ActionResult Security()
        {
            var viewdata = new TourViewData()
            {
                control = TradelrControls.tour_security,
                title   = "SSL Encryption and Secure Platform"
            };

            return(View("Index", viewdata));
        }
Ejemplo n.º 3
0
        public ActionResult Store()
        {
            var viewdata = new TourViewData()
            {
                control = TradelrControls.tour_store,
                title   = "Setup Your Personal Online Store and Sell Online"
            };

            return(View("Index", viewdata));
        }
Ejemplo n.º 4
0
        public ActionResult Transactions()
        {
            var viewdata = new TourViewData()
            {
                control = TradelrControls.tour_transactions,
                title   = "Track Invoices and Purchase Orders"
            };

            return(View("Index", viewdata));
        }
Ejemplo n.º 5
0
        public ActionResult Inventory()
        {
            var viewdata = new TourViewData()
            {
                control = TradelrControls.tour_inventory,
                title   = "Manage and Share Inventory Information"
            };

            return(View("Index", viewdata));
        }
Ejemplo n.º 6
0
        public ActionResult Engage()
        {
            var viewdata = new TourViewData()
            {
                control = TradelrControls.tour_engage,
                title   = "Engage Customers Around You"
            };

            return(View("Index", viewdata));
        }
Ejemplo n.º 7
0
        public ActionResult Contacts()
        {
            var viewdata = new TourViewData()
            {
                control = TradelrControls.tour_contacts,
                title   = "Manage Business Contacts & Customers"
            };

            return(View("Index", viewdata));
        }