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

AddPost() public method

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