Web.Models.CategoryModel.GetContentFillerText C# (CSharp) Méthode

GetContentFillerText() public méthode

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