mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +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
|
|
{
|
|
}
|
|
} |