OrchestrateClient.See: Description
| Interface | Description |
|---|---|
| AsyncDao<T> |
Interface for generic Create, Read, Update, and Delete (CRUD) operations on
a collection for the specified type.
|
| Class | Description |
|---|---|
| GenericAsyncDao<T> |
A generic object for CRUD data access operations.
|
OrchestrateClient.