Files
ersatztv/ErsatzTV.Core/Domain/Metadata/OtherVideoMetadata.cs
T

9 lines
194 B
C#

namespace ErsatzTV.Core.Domain
{
public class OtherVideoMetadata : Metadata
{
public int OtherVideoId { get; set; }
public OtherVideo OtherVideo { get; set; }
}
}