コード例 #1
0
        public JsonResult Get(string chapter)
        {
            string ChapterTitle = "Alice in Wonderland";

            return(Json(_repository.GetChapterByBookTitleAndNumber(int.Parse(chapter), ChapterTitle)));
        }