1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00
Files
Sonarr/src/NzbDrone.Core/Datastore/IEmbeddedDocument.cs
T
2013-10-02 18:01:32 -07:00

6 lines
91 B
C#

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