reactredux/webapi/WeatherForecast/Configuration.cs

6 lines
107 B
C#

namespace WeatherForecast {
public class Configuration {
public string Secret { get; set; }
}
}