Пример #1
0
 internal override void CollectReferences()
 {
     if (string.IsNullOrEmpty(id))
     {
         return;
     }
     Model = ModelProxy.Find(id) as T;
 }