OdbcService constructor
OdbcService(
- IOdbcRepository _repository
Creates a new OdbcService instance.
Requires a valid repository implementation to be provided.
Implementation
OdbcService(this._repository);