reactredux/webapi/WeatherForecast/Models/FeatureModel.cs

8 lines
186 B
C#

namespace WeatherForecast.Models {
public class FeatureModel {
public string Icon { get; set; }
public string Title { get; set; }
public string Text { get; set; }
}
}