Пример #1
0
 public static ISession GetSession(this IDbStore dbStore)
 {
     return(dbStore.GetMemberValue("_session") as ISession);
 }
Пример #2
0
 private static ISession GetSession(IDbStore dbStore)
 {
     return(dbStore.GetMemberValue("_session") as ISession);
 }