Exemplo n.º 1
0
 public async Task DeleteById(string id)
 {
     await _publishingHouseTablestorage.DeleteAsync(PublishingHouseEntity.GeneratePartitionKey(), id);
 }
Exemplo n.º 2
0
 public async Task DeleteById(string id)
 {
     await _bookTablestorage.DeleteAsync(BookEntity.GeneratePartitionKey(), id);
 }
Exemplo n.º 3
0
 public async Task DeleteById(string id)
 {
     await _authorTablestorage.DeleteAsync(AuthorEntity.GeneratePartitionKey(), id);
 }