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