1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-02 06:31:51 +02:00
Sonarr/NzbDrone.Core/Datastore/IEmbeddedDocument.cs

6 lines
91 B
C#
Raw Normal View History

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