Lidarr/src/NzbDrone.Core/Datastore/IEmbeddedDocument.cs

7 lines
92 B
C#

namespace NzbDrone.Core.Datastore
{
public interface IEmbeddedDocument
{
}
}