Exemplo n.º 1
0
 public TaskManagerService(ITodoList todoList, IArgToCommandConverter commandConverter, ISpecificationsConverter specConverter)
 {
     this.todoList         = todoList;
     this.commandConverter = commandConverter;
     this.specConverter    = specConverter;
 }
Exemplo n.º 2
0
 public TaskManagerService(ITodoList todoList, IArgToCommandConverter commandConverter, ISpecificationsConverter specConverter)
 {
     this.todoList = todoList;
     this.commandConverter = commandConverter;
     this.specConverter = specConverter;
 }