reactredux/webapi/WeatherForecast/Models/LinkModel.cs

7 lines
153 B
C#

namespace WeatherForecast.Models {
public class LinkModel {
public string Target { get; set; }
public string AnchorText { get; set; }
}
}