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