Beispiel #1
0
        public void RemovePost(int id)
        {
            Post post = FindPost(id);

            posts.Remove(post);
        }