Routes an entity deletion request to the underlying data store.
| Name | Description |
|---|---|
| Remove(IEnumerable<TEntity>) | Routes a entities deletion request to the underlying data store. |
| Remove(TEntity) | Routes an entity deletion request to the underlying data store. |