OdbcService constructor
OdbcService(
- IOdbcRepository _repository
Creates a new OdbcService instance.
The repository parameter provides the ODBC repository implementation.
Implementation
OdbcService(this._repository);