# Functions
Setup returns a DBService.
# Structs
DataHistoryJob is a DTO for database data.
DBService is a service which allows the interaction with the database without a direct reference to a global.
# Interfaces
IDBService allows using data history job database service without needing to care about implementation.