mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
fc641baab3
added support for embedded documents.
10 lines
156 B
C#
10 lines
156 B
C#
using System.Collections.Generic;
|
|
using Marr.Data;
|
|
|
|
namespace NzbDrone.Core.Datastore
|
|
{
|
|
public class LazyList<T> : LazyLoaded<List<T>>
|
|
{
|
|
|
|
}
|
|
} |