OdbcService constructor

OdbcService(
  1. IOdbcRepository _repository
)

Creates a new OdbcService instance.

The repository parameter provides the ODBC repository implementation.

Implementation

OdbcService(this._repository);