mirror of
https://github.com/fergalmoran/radio-otherway.git
synced 2025-12-22 09:50:29 +00:00
6 lines
170 B
C#
6 lines
170 B
C#
namespace OtherWay.Radio.Scheduler.Models;
|
|
|
|
public class NotificationSchedule {
|
|
public string ShowId { get; set; }
|
|
public List<DateTime> ScheduleTimes { get; set; }
|
|
} |