Exemple #1
0
 public void UpdatePosts(Posts pst)
 {
 }
Exemple #2
0
        //** All Posts

        public void AddNewPost(Posts post)
        {
            post.PostDate = DateTime.Today;
            tc.Posts.Add(post);
            tc.SaveChanges();
        }