Ejemplo n.º 1
0
        public ActionResult EditPost(Post post)
        {
            var update = new FITlosophiOperations();

            update.EditPost(post);

            return View("ManagePosts");
        }
Ejemplo n.º 2
0
        public void EditPost(Post Post)
        {
            var update = new FITlosophiOperations();

            update.EditPost(Post);
        }