コード例 #1
0
        public IActionResult Index()
        {
            object result = _stringService.GetDate();

            return(View(result));
        }