mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-06-15 09:45:07 -04:00
Add another national day source since DOTY is broken
This commit is contained in:
10
Calendar/Service/Models/HolidayCalendar/Response.cs
Normal file
10
Calendar/Service/Models/HolidayCalendar/Response.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace ChrisKaczor.HomeMonitor.Calendar.Service.Models.HolidayCalendar;
|
||||
|
||||
[PublicAPI]
|
||||
public class Response
|
||||
{
|
||||
public bool Success { get; set; }
|
||||
public Data Data { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user