Exemple #1
0
        public ActionResult Create()
        {
            var tempBook = bookService.BeforeCreateBook();

            return(View(tempBook));
        }