コード例 #1
0
 public UnitOfWork()
 {
     _session     = SessionFactory.OpenSession();
     _transaction = _session.BeginTransaction(IsolationLevel.ReadCommitted);
 }