11 lines
190 B
C#
11 lines
190 B
C#
|
using System;
|
|||
|
|
|||
|
namespace MediaBrowser.Controller.LiveTv
|
|||
|
{
|
|||
|
public class TimerEventInfo
|
|||
|
{
|
|||
|
public string Id { get; set; }
|
|||
|
public Guid ProgramId { get; set; }
|
|||
|
}
|
|||
|
}
|