namespace GxPress.Service.Interface.ContentJson { public interface IContentJsonService:IService { string GetTitile(string title, string content); } }