Beispiel #1
0
 public static ISession GetSession(this IDbStore dbStore)
 {
     return(dbStore.GetMemberValue("_session") as ISession);
 }
Beispiel #2
0
 private static ISession GetSession(IDbStore dbStore)
 {
     return(dbStore.GetMemberValue("_session") as ISession);
 }