diff --git a/lib/ReporterService/include/ReporterService.h b/lib/ReporterService/include/ReporterService.h new file mode 100644 index 0000000..1fa9af5 --- /dev/null +++ b/lib/ReporterService/include/ReporterService.h @@ -0,0 +1,9 @@ +#pragma once + +#include + +class ReporterService { +public: + static std::string DeclareActions(); + static std::string CreateReport(); +}; \ No newline at end of file diff --git a/lib/ReporterService/src/ReporterService.cpp b/lib/ReporterService/src/ReporterService.cpp new file mode 100644 index 0000000..12a0513 --- /dev/null +++ b/lib/ReporterService/src/ReporterService.cpp @@ -0,0 +1 @@ +#include \ No newline at end of file