コード例 #1
0
 protected IEntityManager <TSession, TMetaData> GetManagerForEntity <TEntity>(DataScope <TSession, TMetaData> scope)
     where TEntity : EntityBase2, IEntity2, new()
 {
     return(Source.GetManagerForEntity <TEntity>(scope));
 }
コード例 #2
0
 protected IEntityManager <TSessionInfo, TEntity> GetManagerForEntity <TEntity>()
     where TEntity : new()
 {
     return(_Source.GetManagerForEntity <TEntity>(this._Scope));
 }
コード例 #3
0
 protected virtual IEntityManager <TSession, TMetadata> GetEntityManager(EntityBase2 entity, DataScope <TSession, TMetadata> scope)
 {
     return(_source.GetManagerForEntity(entity, scope));
 }