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();
        }
    }