OdbcService constructor

OdbcService(
  1. IOdbcRepository _repository
)

Creates a new OdbcService instance.

Requires a valid repository implementation to be provided.

Implementation

OdbcService(this._repository);