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