Blog.Services.Helpers.Rest.PostsRestResource.DeletePost C# (CSharp) Метод

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

public DeletePost ( int postId, string authenticationToken ) : bool
postId int
authenticationToken string
Результат bool
        public bool DeletePost(int postId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }