mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-14 23:13:24 +01:00
6 lines
91 B
C#
6 lines
91 B
C#
|
namespace NzbDrone.Core.Datastore
|
|||
|
{
|
|||
|
public interface IEmbeddedDocument
|
|||
|
{
|
|||
|
}
|
|||
|
}
|