1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
Radarr/NzbDrone.Core/Datastore/IEmbeddedDocument.cs
kay.one fc641baab3 got basic relationships working
added support for embedded documents.
2013-03-25 23:20:18 -07:00

6 lines
91 B
C#

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