reactredux/webapi/WeatherForecast/Models/TestimonialModel.cs

7 lines
163 B
C#

namespace WeatherForecast.Models {
public class TestimonialModel {
public string Text { get; set; }
public ReviewerModel Reviewer { get; set; }
}
}