Пример #1
0
        public ActionResult Root(string root)
        {
            root = ArabicHelper.LetterNamesToArabic(root);
            var model = new Analysis_Root(root);

            return(View(model));
        }
Пример #2
0
        public ActionResult Root(string root)
        {
            /*
             * root = ArabicHelper.LetterNamesToArabic(root);
             * var model = SharedData.Document.RootWordsDocument[root];
             * return View(model);
             */
            root = ArabicHelper.LetterNamesToArabic(root);
            var model = new Analysis_Root(root);

            return(View(model));
        }