BgEngine.Domain.EntityModel.Subscription.DeletePost C# (CSharp) Метод

DeletePost() публичный Метод

Remove a Post from the Post Collection
public DeletePost ( Post post ) : void
post Post
Результат void
        public void DeletePost(Post post)
        {
            this.Posts.Remove(post);
        }