1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00
Radarr/NzbDrone.Core/Datastore/IEmbeddedDocument.cs

6 lines
91 B
C#
Raw Normal View History

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