7 lines
163 B
C#
7 lines
163 B
C#
namespace WeatherForecast.Models {
|
|
public class TestimonialModel {
|
|
public string Text { get; set; }
|
|
public ReviewerModel Reviewer { get; set; }
|
|
}
|
|
}
|