using BackendStarter.Api.Models; namespace BackendStarter.Api.Repositories; public interface IWeatherQueryRepository { WeatherSnapshot GetToday(); }