HelloWorld.Query.GetGreetings C# (CSharp) Method

GetGreetings() public method

public GetGreetings ( string text ) : string
text string
return string
        public string GetGreetings(string text) => text;
    }