예제 #1
0
        //
        // GET: /Book/

        public ActionResult List()
        {
            return(View(_bookContext.GetAll()));
        }