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