示例#1
0
        public IActionResult Index()
        {
            var s1 = _service1.GetValue();
            var s2 = _service2.GetAnotherValue();

            return(Ok(string.Format("s1={0}, s2={1}. \n", s1, s2)));
        }