Web.Models.CategoryModel.GetContentFillerText C# (CSharp) Method

GetContentFillerText() public method

public GetContentFillerText ( ) : string
return string
        public string GetContentFillerText()
        {
            return "Hello";
        }