Web.Models.CategoryModel.GetContentFillerText C# (CSharp) 메소드

GetContentFillerText() 공개 메소드

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