/// <summary>Create a instance, wrapping the specified proxy</summary>
 public ObjectReferenceParameterNHibernateImpl(Func<IFrozenContext> lazyCtx, ObjectReferenceParameterProxy proxy)
     : base(lazyCtx, proxy) // pass proxy to parent
 {
     this.Proxy = proxy;
 }
Exemple #2
0
 /// <summary>Create a instance, wrapping the specified proxy</summary>
 public ObjectReferenceParameterNHibernateImpl(Func <IFrozenContext> lazyCtx, ObjectReferenceParameterProxy proxy)
     : base(lazyCtx, proxy) // pass proxy to parent
 {
     this.Proxy = proxy;
 }