public async Task DeleteById(string id) { await _publishingHouseTablestorage.DeleteAsync(PublishingHouseEntity.GeneratePartitionKey(), id); }
public async Task DeleteById(string id) { await _bookTablestorage.DeleteAsync(BookEntity.GeneratePartitionKey(), id); }
public async Task DeleteById(string id) { await _authorTablestorage.DeleteAsync(AuthorEntity.GeneratePartitionKey(), id); }