Exemple #1
0
        public ActionResult <string> Create(string comment, string myName, string postId)
        {
            UserFunctions commentFunctions = new UserFunctions();

            return(commentFunctions.CreateComment(comment, myName, postId));
        }