Exemplo n.º 1
0
 /// <inheritdoc cref="ImageReference.DeleteAsync"/>
 public static void Delete(this ImageReference image)
 {
     image.DeleteAsync().ForceSynchronous();
 }