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