added BillingHistory

This commit is contained in:
2025-03-12 22:55:00 +01:00
parent 6917793786
commit 04c16b63ce
9 changed files with 205 additions and 78 deletions

View File

@ -24,6 +24,10 @@ add_executable(Sim_C__
src/config.h
src/services/Cost/NetworkProvider.cpp
src/services/Cost/NetworkProvider.h
src/services/Cost/BillCharge.cpp
src/services/Cost/BillCharge.h
src/services/CostHistory.cpp
src/services/CostHistory.h
)
find_package(doctest CONFIG REQUIRED)
find_package(spdlog CONFIG REQUIRED)