Exemplo n.º 1
0
        public string GeneratePostText(AdmissionsByAgePostModel model)
        {
            var text = PostEngine.Run(model).Result;

            return(text);
        }
        public string GeneratePostText(TrendsPostModel model)
        {
            var text = PostEngine.Run(model).Result;

            return(text);
        }