예제 #1
0
        public ActionResult OrderCart()
        {
            Sepet s      = new Sepet();
            var   odlist = s.ToOrderDetails();

            Session.Add("odlist", odlist);
            return(View());
        }