Esempio n. 1
0
 public UnitOfWork()
 {
     this._context = new SecurityContext();
 }
Esempio n. 2
0
 public UnitOfWork(ILog log)
 {
     this._context = new SecurityContext();
     _log = log;
 }