DeleteHistoryServiceFactory

Class DeleteHistoryServiceFactory

package

Default

Methods

Returns an instance of delete history read service.

readService() : \DeleteHistoryReadService
static

The returned instance will be in memory cached and returned on consecutive calls.

Response

\DeleteHistoryReadService

Delete history read service.

Returns an instance of delete history write service.

writeService() : \DeleteHistoryWriteService
static

The returned instance will be in memory cached and returned on consecutive calls.

Response

\DeleteHistoryWriteService

Delete history write service.

Properties