Exemplo n.º 1
0
 public WinFrequencyDao(IContextManager contextManager)
 {
     this.contextManager = contextManager.notNull();
 }
 public ScopedTerminalTasks(ITerminalTasks scoped, IContextManager contextManager)
 {
     terminalTasks = scoped.notNull();
     this.contextManager = contextManager.notNull();
 }
Exemplo n.º 3
0
 public UnitOfWork(IContextManager contextManager)
 {
     this.contextManager = contextManager.notNull();
 }