BlogService.BlogService.ReplayUsername C# (CSharp) Method

ReplayUsername() public method

public ReplayUsername ( string UserNameEcho ) : string
UserNameEcho string
return string
        public string ReplayUsername(string UserNameEcho)
        {
            return ("Hello " + UserNameEcho + ", welcome to the customer site!!!");
        }