TelemetryService constructor

TelemetryService(
  1. ITelemetryRepository _repository
)

Creates a new TelemetryService instance.

Implementation

TelemetryService(this._repository);