# Functions
Setup returns a DBService.
# Structs
DataHistoryJobResult 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 result database service without needing to care about implementation.