Service Instance
Bind the service:
crudService.bind(that : this) : thisClone the service:
crudService.clone() : thisClear the service:
crudService.clear() : thisDestroy the service:
crudService.destroy() : thisGet the HTTP client:
crudService.getHttpClient() : HttpClientLast updated