Beispiel #1
0
        public ActionResult Index()
        {
            Dictionary <String, String> statisticResult = new Dictionary <string, string>();

            statisticResult.Add("CategoryCount", cm.GetCategoryList().Count.ToString());
            statisticResult.Add("GetCategoryCount", hm.GetCategoryCount().ToString());
            statisticResult.Add("GetContainsA", wm.GetContainsA().ToString());
            statisticResult.Add("MaxCategory", hm.GetMaxCategory());
            statisticResult.Add("DifferenceStatus", cm.DifferenceStatus().ToString());
            return(View(statisticResult));
        }