Beispiel #1
0
        public string Get(string userName)
        {
            var helloString = _helloService.GetHelloString(userName);

            return(helloString);
        }