Exemple #1
0
        private List <M> GetCollection()
        {
            if (LinkCollection == null)
            {
                LinkCollection = Relation.All().Select(id => Modl <M> .Get(id)).ToList();
            }

            return(LinkCollection);
        }