mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 17:59:14 +00:00
fc641baab3
added support for embedded documents.
6 lines
No EOL
91 B
C#
6 lines
No EOL
91 B
C#
namespace NzbDrone.Core.Datastore
|
|
{
|
|
public interface IEmbeddedDocument
|
|
{
|
|
}
|
|
} |