Blog.Services.Helpers.Rest.CommentsRestResource.Delete C# (CSharp) Méthode

Delete() public méthode

public Delete ( int commentId, string authenticationToken ) : bool
commentId int
authenticationToken string
Résultat bool
        public bool Delete(int commentId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }