public AuthenticationService(DatabaseQueryService dbQueryService) { this._dbQueryService = dbQueryService; }
// Constructor public DataMessageService(DatabaseQueryService dbQueryService) { this._dbQueryService = dbQueryService; }
// Constructor public APIKeyService(DatabaseQueryService dbQueryService) { this._dbQueryService = dbQueryService; }
// Constructor for unit testing purposes. public APIKeyService() { this._dbQueryService = null; }