#ifndef ENGINEERSERVICE_H #define ENGINEERSERVICE_H class EngineerService { public: EngineerService(); }; #endif // ENGINEERSERVICE_H