예제 #1
0
        public string Get()
        {
            var salut = new Salutation();

            return(salut.Salut("Públio"));
        }