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