Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the entity
 /// </summary>
 /// <returns>True if the entity is updated</returns>
 public Boolean Delete()
 {
     return(_connection.Delete(_keyName, _identifier));
 }
 /// <inheritdoc />
 public async Task <HttpResponse <Annotation> > DeleteAnnotation(string annotationId, TextFormat textFormat)
 {
     return(await _apiConnection.Delete <Annotation>(textFormat, annotationId));
 }