Blog.Services.Helpers.Rest.PostsRestResource.UpdatePost C# (CSharp) Method

UpdatePost() public method

public UpdatePost ( Post post, string authenticationToken ) : Post
post Blog.Common.Contracts.Post
authenticationToken string
return Blog.Common.Contracts.Post
        public Post UpdatePost(Post post, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }