Exemplo n.º 1
0
 public bool Delete(Guid id)
 {
     return(blobStorageHelper.DeleteBlobPrefixed(configuration.Container, id.ToString()));
 }