Blog.Services.Helpers.Rest.CommentsRestResource.Delete C# (CSharp) 메소드

Delete() 공개 메소드

public Delete ( int commentId, string authenticationToken ) : bool
commentId int
authenticationToken string
리턴 bool
        public bool Delete(int commentId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }