Esempio n. 1
0
        //
        // GET: /Orders/

        public ActionResult Index(int?id = 1)
        {
            ViewData.Model = OrdersList.GetOrdersList((int)id);
            return(View());
        }