Files

10 lines
166 B
C#
Raw Permalink Normal View History

namespace WatchIt.Database.Model.Media;
public class MediumSeries : Medium
{
#region PROPERTIES
public bool HasEnded { get; set; }
#endregion
}