/// <summary>Create a instance, wrapping the specified proxy</summary> public DoublePropertyNHibernateImpl(Func<IFrozenContext> lazyCtx, DoublePropertyProxy proxy) : base(lazyCtx, proxy) // pass proxy to parent { this.Proxy = proxy; }
/// <summary>Create a instance, wrapping the specified proxy</summary> public DoublePropertyNHibernateImpl(Func <IFrozenContext> lazyCtx, DoublePropertyProxy proxy) : base(lazyCtx, proxy) // pass proxy to parent { this.Proxy = proxy; }