示例#1
0
 public DBCollection(ISessionProvider dbObject) : this(dbObject.Session, dbObject.GetType(), true)
 {
     Add(dbObject);
 }
示例#2
0
 public DBCollection(ISessionProvider dbObject) : this(dbObject.Session, dbObject.GetType(), true)
 {
     Add(dbObject);
 }