Add image generation
This commit is contained in:
7
HomeApi/Models/ImageGeneration.cs
Normal file
7
HomeApi/Models/ImageGeneration.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace HomeApi.Models;
|
||||
|
||||
public class Image
|
||||
{
|
||||
public WeatherInformation Weather { get; set; }
|
||||
public List<TimeTable> TimeTable { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user