@@ -1,9 +1,10 @@
#pragma once
#include <string>
#include "Weather.h"
class Service {
public:
virtual ~Service() = default;
virtual Weather getWeather(std::string s) = 0;
};
The note is not visible to the blocked user.