コード例 #1
0
        public string Hello(string name)

        {
            return(_greetingService.Greet(name));
        }