1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/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
{
}
}