9 lines
223 B
C#
9 lines
223 B
C#
namespace Core.Callbacks;
|
|
|
|
public class WeatherCallbacks
|
|
{
|
|
public GetBodyResponseData<object> GetWeather(string url, EmptyRequestData info, string sessionID)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
} |