1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 17:47:08 +00:00
Lidarr/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
No EOL
91 B
C#

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