7 lines
144 B
C#
7 lines
144 B
C#
namespace WeatherForecast.Models {
|
|
public class ImageModel {
|
|
public string Src { get; set; }
|
|
public string Alt { get; set; }
|
|
}
|
|
}
|