BaseService Constructor (RestClient) CTCT Wrapper Documented Class Library
Constructor with the option to to supply an alternative rest client to be used.

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public BaseService(
	RestClient restClient
)

Parameters

restClient
Type: CTCT.Util RestClient
RestClientInterface implementation to be used in the service.
See Also